wok-stable diff nasm/receipt @ rev 11387

Compat: remove gtk+ from poppler DEPENDS to solve a build dependency loop
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:46:32 2011 +0100 (2011-12-10)
parents bcb6b1886153
children a1ba07a3f4cb
line diff
     1.1 --- a/nasm/receipt	Thu Apr 07 09:57:11 2011 +0000
     1.2 +++ b/nasm/receipt	Sat Dec 10 04:46:32 2011 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure &&
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make INSTALLROOT=$DESTDIR install
    1.11  }