diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-03-30 21:52:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-03-30 21:52:34 +0000 |
commit | 10450800a2a8c50050e46454eb4693a24b287aee (patch) | |
tree | 6faffa86a765d4ee21b2c0862ae32997f7dde635 /emulators/wine | |
parent | 52239d6688f2eb71c3678c9ff451e860c7b0d432 (diff) | |
download | ports-10450800a2a8c50050e46454eb4693a24b287aee.tar.gz ports-10450800a2a8c50050e46454eb4693a24b287aee.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/files/patch-ba | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba index 3c16a65ecb41..0121dcc28f2c 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@ |