wok diff freeciv/receipt @ rev 10309

tilda: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 21:22:39 2011 +0000 (2011-05-21)
parents 63809d155c57
children 287b8662f4a7
line diff
     1.1 --- a/freeciv/receipt	Tue Mar 08 20:38:59 2011 +0000
     1.2 +++ b/freeciv/receipt	Sat May 21 21:22:39 2011 +0000
     1.3 @@ -17,9 +17,10 @@
     1.4  {
     1.5  	cd $src
     1.6  	sed -i 's/--best/-9/' Makefile* data/scenario/Makefile*
     1.7 -	./configure --enable-client=gtk --enable-shared &&
     1.8 +	./configure --enable-client=gtk --enable-shared \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make -j1 &&
    1.11 -	make -j1 DESTDIR=$PWD/_pkg install
    1.12 +	make -j1 install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.