[Scummlinux-cvs-logs] scummlinux/packages/scummvm build,1.1.1.1,1.2
Brought to you by:
yoshizf
From: <yo...@us...> - 2003-07-28 21:00:15
|
Update of /cvsroot/scummlinux/scummlinux/packages/scummvm In directory sc8-pr-cvs1:/tmp/cvs-serv29606/packages/scummvm Modified Files: build Log Message: Disable BS2 for the moment Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/scummvm/build,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build 22 Jul 2003 11:24:24 -0000 1.1.1.1 --- build 28 Jul 2003 20:57:31 -0000 1.2 *************** *** 8,12 **** cd "`ls -d $BUILD/scummvm*`" && \ ! ./configure --backend=sdl --disable-alsa && \ make LDFLAGS=-static -f Makefile.new && \ upx -9 scummvm && \ --- 8,12 ---- cd "`ls -d $BUILD/scummvm*`" && \ ! ./configure --backend=sdl --disable-alsa --disable-bs2 && \ make LDFLAGS=-static -f Makefile.new && \ upx -9 scummvm && \ |