wok-current diff funionfs/receipt @ rev 3099
enlightenment: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 17 17:42:11 2009 +0200 (2009-05-17) |
parents | f49d39ab0b56 |
children | fb8aceda65ff |
line diff
1.1 --- a/funionfs/receipt Sat Mar 08 01:16:26 2008 +0100 1.2 +++ b/funionfs/receipt Sun May 17 17:42:11 2009 +0200 1.3 @@ -15,10 +15,18 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + [ -f main.c.done ] || patch -p0 << EOT 1.8 +--- main.c 1.9 ++++ main.c 1.10 +@@ -305 +305 @@ 1.11 +- if (res < 0) 1.12 ++ // if (res < 0) 1.13 +EOT 1.14 + touch main.c.done 1.15 ./configure --prefix=/usr --bindir=/bin \ 1.16 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.17 - $CONFIGURE_ARGS 1.18 - make 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23