wok rev 8809
Fix gnustep-base compile_rules()
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 23 02:20:47 2011 +0100 (2011-02-23) |
parents | 6a1621403ece |
children | 7b6190568691 670cf2c7c125 |
files | gnustep-base/receipt |
line diff
1.1 --- a/gnustep-base/receipt Wed Feb 23 01:16:27 2011 +0100 1.2 +++ b/gnustep-base/receipt Wed Feb 23 02:20:47 2011 +0100 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