summaryrefslogtreecommitdiff
path: root/emulators/wine/files/patch-ba
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1999-11-14 20:49:34 +0000
committerStefan Eßer <se@FreeBSD.org>1999-11-14 20:49:34 +0000
commitb0f8db3b556afaa63b3a5cddb46cb530934f4346 (patch)
treeebf1255ed0fdbdfe83d2470b5fa3f14fb3413c1f /emulators/wine/files/patch-ba
parentAll VAXen of the world celebrate! MOPd is here. (diff)
Upgrade to 991031 version of Wine.
Compilation may fail on a system with an old Mesa3 port installed or if X11 headers from XFree-3.9.x are found on a system. This can be manually fixed by undefining all occurences of DGA/DGA2 and references to GL libraries in include/config.h in the work directory. Kernel patches are provided for 3.3-stable: see the files directory of the port (or $PREFIX/lib/wine/README.patches). The port upgrade is based on patches sent by Jürgen Lock (Thanks!) PR: 14652 Submitted by: nox@jelal.kn-bremen.de (Juergen Lock)
Notes
Notes: svn path=/head/; revision=23129
Diffstat (limited to 'emulators/wine/files/patch-ba')
-rw-r--r--emulators/wine/files/patch-ba25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba
new file mode 100644
index 000000000000..aa646a301660
--- /dev/null
+++ b/emulators/wine/files/patch-ba
@@ -0,0 +1,25 @@
+Index: Make.rules.in
+===================================================================
+RCS file: /home/wine/wine/Make.rules.in,v
+retrieving revision 1.17
+diff -u -u -r1.17 Make.rules.in
+--- Make.rules.in 1999/08/15 12:45:53 1.17
++++ Make.rules.in 1999/09/24 23:39:10
+@@ -21,7 +21,7 @@
+ CC = @CC@
+ CPP = @CPP@
+ CFLAGS = @CFLAGS@
+-OPTIONS = @OPTIONS@ -D_REENTRANT
++OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE
+ X_CFLAGS = @X_CFLAGS@
+ X_LIBS = @X_LIBS@
+ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
+@@ -81,7 +81,7 @@
+
+ # Implicit rules
+
+-.SUFFIXES:
++#.SUFFIXES:
+ .SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES)
+
+ .c.o: