diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-10-08 10:17:39 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-10-08 10:17:39 +0000 |
commit | ecc8c32df6ff94f3cd402135ab9da76471ffef71 (patch) | |
tree | f6bcce7e995c0dd433aa93ce13d5a7bf50fb1742 /emulators/wine/files | |
parent | The ruby-cast_256 distfile is (presumably) export-controlled. (diff) |
Update to the 2002.10.07 snapshot of Wine after having skipped the 2002.09.04
snapshot. In addition to the usual large set of include file and library
changes, also documentation has changed a bit.
Approved by: obrien (mentor)
Notes
Notes:
svn path=/head/; revision=67622
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ba | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba index 5f77887e1984..3c16a65ecb41 100644 --- a/emulators/wine/files/patch-ba +++ b/emulators/wine/files/patch-ba @@ -1,15 +1,15 @@ ---- Make.rules.in.orig Fri Aug 2 21:34:21 2002 -+++ Make.rules.in Mon Aug 5 13:07:21 2002 -@@ -29,7 +29,7 @@ SHELL = /bin/sh +--- 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 - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -100,7 +100,7 @@ INSTALL_DATA = @INSTALL_DATA@ $(INSTA + LIBS = @LIBS@ + YACC = @YACC@ + LEX = @LEX@ +@@ -86,7 +86,7 @@ INSTALL_DATA = @INSTALL_DATA@ $(INSTA prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ |