wok diff gcompris/receipt @ rev 11813
Up: lighttpd (1.4.30) - Security fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 25 17:33:19 2012 +0100 (2012-02-25) |
parents | 1a6691103f0e |
children | c19eefb2e37a |
line diff
1.1 --- a/gcompris/receipt Mon Nov 07 08:28:03 2011 +0300 1.2 +++ b/gcompris/receipt Sat Feb 25 17:33:19 2012 +0100 1.3 @@ -19,7 +19,8 @@ 1.4 cd $src 1.5 ./configure \ 1.6 --enable-sdlmixer && 1.7 - make && make install 1.8 + make CFLAGS="-DG_CONST_RETURN=const" && make install && 1.9 + find | grep .png | xargs optipng -o7 > /dev/null 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 @@ -33,6 +34,4 @@ 1.14 # Music and voices are splited (gcompris-music, gcompris-fr, etc) 1.15 rm -rf $fs/usr/share/gcompris/boards/music 1.16 rm -rf $fs/usr/share/gcompris/boards/voices 1.17 - cd $fs 1.18 - find | grep .png | xargs optipng -o7 > /dev/null 1.19 }