aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/files')
-rw-r--r--emulators/wine/files/patch-ba9
-rw-r--r--emulators/wine/files/patch-gb17
2 files changed, 26 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-ba b/emulators/wine/files/patch-ba
index 48cc7bf0a9f0..664cf844b121 100644
--- a/emulators/wine/files/patch-ba
+++ b/emulators/wine/files/patch-ba
@@ -14,3 +14,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 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ bindir = @bindir@
+-libdir = @libdir@
++libdir = @libdir@/wine
+ infodir = @infodir@
+ mandir = @mandir@
+ prog_manext = 1
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb
new file mode 100644
index 000000000000..8ff5b9008257
--- /dev/null
+++ b/emulators/wine/files/patch-gb
@@ -0,0 +1,17 @@
+Index: Makefile.in
+===================================================================
+RCS file: /home/wine/wine/Makefile.in,v
+retrieving revision 1.79
+diff -c -3 -p -r1.79 Makefile.in
+*** Makefile.in 2000/04/24 17:17:49 1.79
+--- Makefile.in 2000/05/29 14:30:26
+*************** uninstall_programs: dummy
+*** 209,215 ****
+
+ install::
+ for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done
+- -$(LDCONFIG)
+
+ uninstall::
+ for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit 1; done
+--- 209,214 ----