wok-6.x diff rapidsvn/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 ece095a22816
children 73641efed1cc
line diff
     1.1 --- a/rapidsvn/receipt	Wed Dec 21 00:14:45 2011 +0100
     1.2 +++ b/rapidsvn/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -26,7 +26,8 @@
     1.4  		--with-neon-config=neon-config \
     1.5  		--with-wx-config=wx-config \
     1.6  		--with-svn-include=/usr/include \
     1.7 -		--with-svn-lib=/usr/lib &&
     1.8 +		--with-svn-lib=/usr/lib \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12