diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-08-05 11:50:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-08-05 11:50:34 +0000 |
commit | 518747a7443e3cf1016ac6abfe8d9df5cd741f46 (patch) | |
tree | b4609996f5591779deea2a57d0680c6f91565c19 /emulators/wine-devel/files/patch-gb | |
parent | Fork off x11/xscreensaver port as of yesterday and add some long awaited (diff) |
Update to the 2002.08.04 version of Wine. (This also removes
patch-winefile.h, which probably shouldn't have been committed.)
Approved by: obrien (mentor)
Notes
Notes:
svn path=/head/; revision=64041
Diffstat (limited to 'emulators/wine-devel/files/patch-gb')
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb index 6b7a9ac0b3b5..f33701ad54cd 100644 --- a/emulators/wine-devel/files/patch-gb +++ b/emulators/wine-devel/files/patch-gb @@ -1,23 +1,21 @@ -*** Makefile.in.orig Thu Jul 11 10:36:16 2002 ---- Makefile.in Thu Jul 11 10:36:38 2002 -*************** install-lib:: $(INSTALLLIBSUBDIRS:%=%/__ -*** 87,104 **** - install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) - - 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 - - .PHONY: install-lib install-dev - ---- 87,92 ---- +--- Makefile.in.orig Fri Aug 2 21:34:21 2002 ++++ Makefile.in Mon Aug 5 13:10:16 2002 +@@ -91,18 +91,6 @@ install-lib:: $(INSTALLLIBSUBDIRS:%=%/__ + install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) install-aclocal + + install:: install-aclocal +- -$(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:: + $(RM) $(datadir)/aclocal/wine.m4 |