wok diff kobodeluxe/receipt @ rev 4615
asterisk: add ilbc, do not stop on missing includes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 17 14:55:58 2009 +0100 (2009-12-17) |
parents | 2c679ce49f4c |
children | 9bac91257596 |
line diff
1.1 --- a/kobodeluxe/receipt Sat Jun 13 13:32:50 2009 +0200 1.2 +++ b/kobodeluxe/receipt Thu Dec 17 14:55:58 2009 +0100 1.3 @@ -22,13 +22,15 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/pipe2/pipe_2/' enemy.cpp enemies.h 1.8 + sed -i 's/strchr.txt/strchr((char *) txt/' graphics/window.cpp 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --mandir=/usr/share/man \ 1.12 --infodir=/usr/share/info \ 1.13 --sharedstatedir=/var/games \ 1.14 - $CONFIGURE_ARGS 1.15 - make 1.16 + $CONFIGURE_ARGS && 1.17 + make && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20