diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-23 17:45:56 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-23 17:45:56 +0000 |
commit | 9f03df061f194a74280d3c08f1af0716fce81a84 (patch) | |
tree | 489274b28512d1d2ba1b8a1be2c20325863d1dbd /emulators/wine/files | |
parent | Really use shtml.exe instead of shtml.dll as described in FEATURES. (diff) |
update to 2002.01.22.
PR: 34208
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53647
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-gb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb index f4f61092aa7d..559fe154cc53 100644 --- a/emulators/wine/files/patch-gb +++ b/emulators/wine/files/patch-gb @@ -1,10 +1,10 @@ ---- Makefile.in.old Tue Jul 18 18:36:26 2000 -+++ Makefile.in Tue Jul 18 18:36:36 2000 -@@ -147,7 +147,6 @@ +--- Makefile.in.orig Wed Jan 23 13:32:44 2002 ++++ Makefile.in Wed Jan 23 13:32:53 2002 +@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS) + install:: all $(INSTALLSUBDIRS:%=%/__install__) [ -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) + cd $(bindir) && $(RM) wine |