diff options
author | alex <alex@FreeBSD.org> | 2000-07-22 17:47:31 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-22 17:47:31 +0800 |
commit | 8538bf24ecd09b929623b5d43f36b4ac05d89ca4 (patch) | |
tree | 0bb51c05ed1336fd9e614cd0f6438469987334cc /emulators/wine-devel/files | |
parent | 79245e498c6acf02b18121f5ae31f43dad075be2 (diff) | |
download | freebsd-ports-graphics-8538bf24ecd09b929623b5d43f36b4ac05d89ca4.tar.gz freebsd-ports-graphics-8538bf24ecd09b929623b5d43f36b4ac05d89ca4.tar.zst freebsd-ports-graphics-8538bf24ecd09b929623b5d43f36b4ac05d89ca4.zip |
Update to 2000.07.16 snapshot.
Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1,
if one really wants to use XFree86-4.
PR: 19979
Submitted by: maintainer
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb index 8ff5b900825..f4f61092aa7 100644 --- a/emulators/wine-devel/files/patch-gb +++ b/emulators/wine-devel/files/patch-gb @@ -1,17 +1,10 @@ -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 ---- +--- Makefile.in.old Tue Jul 18 18:36:26 2000 ++++ Makefile.in Tue Jul 18 18:36:36 2000 +@@ -147,7 +147,6 @@ + [ -d $(bindir) ] || $(MKDIR) $(bindir) + $(INSTALL_PROGRAM) wine $(bindir)/wine + $(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod +- -$(LDCONFIG) + + uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) + cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION) |