wok-next diff gnustep-base/receipt @ rev 9809

pygtk: fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 23:13:35 2011 +0200 (2011-05-14)
parents 8527ff530176
children 95d3f98629c5
line diff
     1.1 --- a/gnustep-base/receipt	Tue Feb 22 23:07:21 2011 +0100
     1.2 +++ b/gnustep-base/receipt	Sat May 14 23:13:35 2011 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--with-ffi-library=/usr/lib \
     1.7 -		--with-ffi-include=/usr/include/libffi-3.0.8 \
     1.8 +		--with-ffi-include=/usr/include/libffi-3.0.9 \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install