wok-next diff giac/receipt @ rev 17682
slitaz-i18n/stuff/locale-pack.conf: add isomaster to CORE_PKGS
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Feb 20 13:46:47 2015 -0500 (2015-02-20) |
parents | f4c22f009037 |
children | 243148b143dc |
line diff
1.1 --- a/giac/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/giac/receipt Fri Feb 20 13:46:47 2015 -0500 1.3 @@ -20,8 +20,7 @@ 1.4 { 1.5 cp /usr/include/FL/Fl_PostScript.H /usr/include/FL/Fl_PostScript.H.ORG 1.6 cp /usr/include/FL/Fl_Input.H /usr/include/FL/Fl_Input.H.ORG 1.7 - sed -i '220,220s/protected/public/' /usr/include/FL/Fl_PostScript.H 1.8 - sed -i '266,266s/protected/public/' /usr/include/FL/Fl_Input.H 1.9 + sed -i 's/protected:/public:/' /usr/include/FL/Fl_Input.H /usr/include/FL/Fl_PostScript.H 1.10 export LDFLAGS="$LDFLAGS -lgf2x -lboost_system" 1.11 ./configure $CONFIGURE_ARGS && 1.12 make &&