wok-stable diff wesnoth/receipt @ rev 5154
slitaz-tools-boxes:add serverbox
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Mar 24 06:44:20 2010 -0400 (2010-03-24) |
parents | 4897058add72 |
children | 252a378d28c1 |
line diff
1.1 --- a/wesnoth/receipt Sun Feb 28 17:49:32 2010 +0100 1.2 +++ b/wesnoth/receipt Wed Mar 24 06:44:20 2010 -0400 1.3 @@ -21,6 +21,7 @@ 1.4 ./configure --prefix=/usr $CONFIGURE_ARGS 1.5 sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ 1.6 -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \ 1.7 + -e 's| -o -wholename "data/test/*"||' \ 1.8 Makefile src/Makefile 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 }