diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-06-07 00:55:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-06-07 00:55:25 +0000 |
commit | bb319570c9c031550044138a5e540875628acc23 (patch) | |
tree | a7f9d1cef452a4ca230cfa016a0811e3dcf7f06f /emulators/wine/files | |
parent | Fix a format string nit. (diff) |
Update to the 2002.06.05 version of Wine. Once again, lots of files have
moved.
Approved by: obrien (mentor)
Notes
Notes:
svn path=/head/; revision=60742
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-gb | 33 |
1 files changed, 23 insertions, 10 deletions
diff --git a/emulators/wine/files/patch-gb b/emulators/wine/files/patch-gb index b139c468ecc3..b4d2e44fd710 100644 --- a/emulators/wine/files/patch-gb +++ b/emulators/wine/files/patch-gb @@ -1,10 +1,23 @@ ---- Makefile.in.orig Thu Feb 28 22:43:46 2002 -+++ Makefile.in Sat Mar 9 10:48:45 2002 -@@ -89,7 +89,6 @@ install_wine: - $(INSTALL_PROGRAM) wine $(bindir)/wine - - install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__) -- -$(LDCONFIG) - - uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - cd $(bindir) && $(RM) wine +*** Makefile.in.orig Thu Jun 6 13:16:17 2002 +--- Makefile.in Thu Jun 6 13:17:00 2002 +*************** wine: $(WINEWRAPPER) +*** 72,89 **** + $(RM) $@ && $(LN_S) $(WINEWRAPPER) $@ + + install:: all $(SUBDIRS:%=%/__install__) +- -$(LDCONFIG) +- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \ +- then \ +- echo "*************************************************" ; \ +- echo "*************************************************" ; \ +- echo "The installed Wine libraries will not be found!" ; \ +- echo "You can either:" ; \ +- echo " Add the line '$(libdir)' to /etc/ld.so.conf" ; \ +- echo ' export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(libdir)' ; \ +- echo "*************************************************" ; \ +- echo "*************************************************" ; \ +- fi + + uninstall:: $(SUBDIRS:%=%/__uninstall__) + +--- 72,77 ---- |