# HG changeset patch # User Pascal Bellard # Date 1253968482 -7200 # Node ID 84783be9a1b332e25de6e6495760374bc78b82ce # Parent da9a558411a81d7e5b388c615bbc1f70f248b5f0 kobodeluxe: fix build with glibc-2.10 diff -r da9a558411a8 -r 84783be9a1b3 kobodeluxe/receipt --- a/kobodeluxe/receipt Sat Sep 26 13:07:07 2009 +0000 +++ b/kobodeluxe/receipt Sat Sep 26 14:34:42 2009 +0200 @@ -22,13 +22,15 @@ compile_rules() { cd $src + sed -i 's/pipe2/pipe_2/' enemy.cpp enemies.h + sed -i 's/strchr.txt/strchr((char *) txt/' graphics/window.cpp ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sharedstatedir=/var/games \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }