diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-14 07:23:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-14 07:23:24 +0000 |
commit | 2e6e886c75874b055a9de11254df625d27a93707 (patch) | |
tree | ce429ab0456ccc95f69be5a1d07b3fc1c09a2eba /emulators/wine-devel/files/patch-gb | |
parent | new port: p5-Encode-compat, Encode.pm compatibility for perl 5.6.1 (diff) |
Update to the 2003.04.08 snapshot, which allows us to further reduce the
amount of FreeBSD-specific hackery.
Notes
Notes:
svn path=/head/; revision=78946
Diffstat (limited to 'emulators/wine-devel/files/patch-gb')
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb index 3182a5a0a7c2..428621682509 100644 --- a/emulators/wine-devel/files/patch-gb +++ b/emulators/wine-devel/files/patch-gb @@ -1,21 +1,12 @@ ---- Makefile.in.orig Thu Dec 12 23:03:14 2002 -+++ Makefile.in Wed Dec 25 17:08:41 2002 -@@ -88,18 +88,6 @@ install-lib:: $(INSTALLLIBSUBDIRS:%=%/__ +--- Makefile.in.orig Wed Apr 9 08:10:49 2003 ++++ Makefile.in Wed Apr 9 08:14:06 2003 +@@ -82,8 +82,7 @@ install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal install:: install-lib install-dev 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:: $(INSTALLBOTHSUBDIRS:%=%/__uninstall__) - $(RM) $(datadir)/aclocal/wine.m4 ++ @if false ; \ + then \ + echo "*************************************************" ; \ + echo "*************************************************" ; \ |