wok-4.x rev 8721
Fixed freeciv.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 18 06:06:38 2011 +0000 (2011-02-18) |
parents | d9b22fc06137 |
children | 9acba05b00ce |
files | freeciv/receipt |
line diff
1.1 --- a/freeciv/receipt Fri Feb 18 01:20:18 2011 +0000 1.2 +++ b/freeciv/receipt Fri Feb 18 06:06:38 2011 +0000 1.3 @@ -17,10 +17,9 @@ 1.4 { 1.5 cd $src 1.6 sed -i 's/--best/-9/' Makefile* data/scenario/Makefile* 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.9 - make -j 4 && 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + ./configure --enable-client=gtk --enable-shared && 1.12 + make -j1 && 1.13 + make -j1 DESTDIR=$PWD/_pkg install 1.14 } 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg.