diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /emulators/wine-devel/files/patch-ba | |
parent | Install sudoers in correct place. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'emulators/wine-devel/files/patch-ba')
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba deleted file mode 100644 index aa646a301660..000000000000 --- a/emulators/wine-devel/files/patch-ba +++ /dev/null @@ -1,25 +0,0 @@ -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: |