Module submission - Wine-cvs
jean.bruenn@ip-minds.de
jean.bruenn at ip-minds.de
Fri Mar 3 16:54:43 UTC 2006
module name : Wine-cvs
suggested section : zbeta
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Enhancement,
corrected my mistakes, here's the corrected one, thx sofar
greetings jean
wdp
-------------- next part --------------
--- Wine-cvs/BUILD 2005-05-07 20:07:34.000000000 +0200
+++ Wine-cvs/BUILD 2006-03-03 17:53:37.000000000 +0100
@@ -1,11 +1,21 @@
(
+
+if [ "$WIN64" == "y" ]; then
+ OPTS="$OPTS --enable-win64"
+fi &&
+if [ "$WIN16" == "n" ]; then
+ OPTS="$OPTS --disable-win16"
+fi &&
+
./configure --build=i686-pc-linux-gnu \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
- --enable-opengl &&
+ --enable-opengl \
+ --with-x \
+ $OPTS &&
make depend &&
make &&
--- Wine-cvs/CONFIGURE 1970-01-01 01:00:00.000000000 +0100
+++ Wine-cvs/CONFIGURE 2006-03-03 17:54:24.000000000 +0100
@@ -0,0 +1,2 @@
+mquery WIN64 "Build a 64bit emulator on x86_64 (will not run W32 binaries - not recommended)?" n &&
+mquery WIN16 "Include Win16 support?" n &&
--- Wine-cvs/DEPENDS 2005-05-07 20:07:34.000000000 +0200
+++ Wine-cvs/DEPENDS 2006-03-03 11:27:52.000000000 +0100
@@ -1,2 +1,5 @@
depends flex &&
-depends bison
+depends bison &&
+depends gcc &&
+optional_depends libxml2 "" "" "for a functional msxml implementation" &&
+optional_depends cups "" "" "for printer support"
-------------- next part --------------
lvu submit Wine-cvs 8d145338b0023ef51bad44b1c22c781f -
2.6.14.5 2.6.12 gcc-3.4.5 glibc-2.3.6
More information about the Lunar
mailing list