From b0f84b2bf4640984a0c84a79c86c72b84752b648 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 10 Jun 2000 05:04:21 +0000 Subject: "We (actually, I) forgot to install the libraries that are part of the Wine port, as well as the include files for winelib." PR: 18877 Submitted by: Gerald Pfeifer --- emulators/wine/files/patch-gb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 emulators/wine/files/patch-gb (limited to 'emulators/wine/files/patch-gb') 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 ---- -- cgit v1.2.3