wok diff gnustep-base/receipt @ rev 23937

qemu: add X86_64 efi bios
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 11:24:50 2020 +0000 (2020-09-12)
parents 3a42ed2154cd
children 453c249b6219
line diff
     1.1 --- a/gnustep-base/receipt	Fri Feb 21 14:29:40 2020 +0100
     1.2 +++ b/gnustep-base/receipt	Sat Sep 12 11:24:50 2020 +0000
     1.3 @@ -24,8 +24,6 @@
     1.4  
     1.5  	./configure							\
     1.6  		--prefix=/usr						\
     1.7 -		--with-ffi-library=/usr/lib				\
     1.8 -		--with-ffi-include=$(ls -d /usr/lib/libffi-[0-9]*)	\
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install