diff options
Diffstat (limited to 'emulators/wine-devel/files/patch-ba')
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba index 664cf84..e8a1200 100644 --- a/emulators/wine-devel/files/patch-ba +++ b/emulators/wine-devel/files/patch-ba @@ -1,11 +1,6 @@ -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 @@ +--- Make.rules.in.orig Fri Jan 12 07:32:44 2001 ++++ Make.rules.in Sat Mar 10 09:16:59 2001 +@@ -25,7 +25,7 @@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ @@ -14,7 +9,12 @@ diff -u -u -r1.17 Make.rules.in X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -69,7 +69,7 @@ +@@ -75,11 +75,12 @@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ |