diff options
author | gerald <gerald@FreeBSD.org> | 2003-03-30 21:52:34 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-03-30 21:52:34 +0000 |
commit | 1ff3ba63f80bbb24eebce17df606603090ae56f2 (patch) | |
tree | 41814342de2c961a4053c5fd574b1a367eb2e68b /emulators | |
parent | c6ebfdc8612b2ba73f4f72cf4eb0dcc9cffc3ba6 (diff) | |
download | FreeBSD-ports-1ff3ba63f80bbb24eebce17df606603090ae56f2.zip FreeBSD-ports-1ff3ba63f80bbb24eebce17df606603090ae56f2.tar.gz |
Do not define _THREAD_SAFE, which is a noop on -CURRENT and does not make
a difference on -STABLE according to my long-term tests.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 9 | ||||
-rw-r--r-- | emulators/wine/files/patch-ba | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba index 3c16a65..0121dcc 100644 --- a/emulators/wine-devel/files/patch-ba +++ b/emulators/wine-devel/files/patch-ba @@ -1,14 +1,5 @@ --- Make.rules.in.orig Fri Oct 4 06:42:42 2002 +++ Make.rules.in Tue Oct 8 09:46:22 2002 -@@ -25,7 +25,7 @@ SHELL = /bin/sh - CC = @CC@ - CPP = @CPP@ - CFLAGS = @CFLAGS@ $(EXTRACFLAGS) --OPTIONS = @OPTIONS@ -D_REENTRANT -+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE - LIBS = @LIBS@ - YACC = @YACC@ - LEX = @LEX@ @@ -86,7 +86,7 @@ INSTALL_DATA = @INSTALL_DATA@ $(INSTA prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba index 3c16a65..0121dcc 100644 --- a/emulators/wine/files/patch-ba +++ b/emulators/wine/files/patch-ba @@ -1,14 +1,5 @@ --- Make.rules.in.orig Fri Oct 4 06:42:42 2002 +++ Make.rules.in Tue Oct 8 09:46:22 2002 -@@ -25,7 +25,7 @@ SHELL = /bin/sh - CC = @CC@ - CPP = @CPP@ - CFLAGS = @CFLAGS@ $(EXTRACFLAGS) --OPTIONS = @OPTIONS@ -D_REENTRANT -+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE - LIBS = @LIBS@ - YACC = @YACC@ - LEX = @LEX@ @@ -86,7 +86,7 @@ INSTALL_DATA = @INSTALL_DATA@ $(INSTA prefix = @prefix@ exec_prefix = @exec_prefix@ |