wok-next rev 4289
kobodeluxe: fix build with glibc-2.10
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 14:34:42 2009 +0200 (2009-09-26) |
parents | da9a558411a8 |
children | 36813ca8ed29 |
files | kobodeluxe/receipt |
line diff
1.1 --- a/kobodeluxe/receipt Sat Sep 26 13:07:07 2009 +0000 1.2 +++ b/kobodeluxe/receipt Sat Sep 26 14:34:42 2009 +0200 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