wok diff xcircuit/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents d8ff3547600c
children 05a5fe342712
line diff
     1.1 --- a/xcircuit/receipt	Tue Mar 01 19:10:42 2011 +0000
     1.2 +++ b/xcircuit/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -18,7 +18,8 @@
     1.4  	sed -i 's|am__api_version="1.9"|am__api_version="1.11"|' configure
     1.5  	./configure prefix=/usr \
     1.6  		--with-tcl=/usr/lib \
     1.7 -		--with-tk=/usr/lib &&
     1.8 +		--with-tk=/usr/lib \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }
    1.12