wok-6.x diff clisp/receipt @ rev 11252
Up: warzone2100 to 2.3.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 06:42:39 2011 +0000 (2011-11-07) |
parents | 36a3008ee2e1 |
children | 6498d0dac540 |
line diff
1.1 --- a/clisp/receipt Sat May 21 18:41:53 2011 +0000 1.2 +++ b/clisp/receipt Mon Nov 07 06:42:39 2011 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="readline ncurses" 1.7 -BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale" 1.8 +BUILD_DEPENDS="readline-dev libsigsegv libffcall" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -22,8 +22,7 @@ 1.13 1.14 ./configure \ 1.15 --with-libsigsegv \ 1.16 - --cbc build \ 1.17 - $CONFIGURE_ARGS && 1.18 + --cbc build && 1.19 1.20 # Be careful - unusual build rules! 1.21 cd build &&