mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b0f8db3b55
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)
26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
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:
|