wok-stable rev 10335

pygtk: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 01:23:23 2011 +0000 (2011-05-22)
parents 740935c9ec0c
children 55a190b3e32d
files pygtk/receipt
line diff
     1.1 --- a/pygtk/receipt	Sun May 22 01:20:15 2011 +0000
     1.2 +++ b/pygtk/receipt	Sun May 22 01:23:23 2011 +0000
     1.3 @@ -22,7 +22,7 @@
     1.4  	cd $src
     1.5  	#https://bugzilla.gnome.org/show_bug.cgi?id=623965
     1.6  	patch -Np1 -i $stuff/python27.patch
     1.7 -	./configure --disable-docs &&
     1.8 +	./configure --disable-docs $CONFIGURE_ARGS &&
     1.9  	make -j 4 && make install
    1.10  }
    1.11