Wineinstall fix

Matthew Davison m.davison at virgin.net
Thu Nov 21 16:17:22 CST 2002


As --enable-opengl has been removed it must also be removed from
wineinstall trivial patch below:

ChangeLog:
	Remove obsolete --enable-opengl from wineinstall

Index: tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.47
diff -u -r1.47 wineinstall
--- tools/wineinstall   21 Nov 2002 00:03:14 -0000      1.47
+++ tools/wineinstall   21 Nov 2002 22:15:37 -0000
@@ -89,7 +89,7 @@
 #

 #--- defaults (change these if you are a packager)
-CONFARGS="--enable-opengl"    # configure args, e.g. --prefix=/usr
--sysconfdir=/etc
+CONFARGS=""                   # configure args, e.g. --prefix=/usr
--sysconfdir=/etc
 prefix=/usr/local             # installation prefix
 sysconfdir=$prefix/etc        # where wine.conf and the global registry
are supposed to be
 bindir=$prefix/bin            # where winelib apps will be (or are)
installed

-- 
Matthew Davison <m.davison at virgin.net>
-------------- next part --------------
? wineinstall.diff
Index: tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.47
diff -u -r1.47 wineinstall
--- tools/wineinstall	21 Nov 2002 00:03:14 -0000	1.47
+++ tools/wineinstall	21 Nov 2002 22:15:37 -0000
@@ -89,7 +89,7 @@
 #
 
 #--- defaults (change these if you are a packager)
-CONFARGS="--enable-opengl"    # configure args, e.g. --prefix=/usr --sysconfdir=/etc
+CONFARGS=""                   # configure args, e.g. --prefix=/usr --sysconfdir=/etc
 prefix=/usr/local             # installation prefix
 sysconfdir=$prefix/etc        # where wine.conf and the global registry are supposed to be
 bindir=$prefix/bin            # where winelib apps will be (or are) installed


More information about the wine-patches mailing list