summaryrefslogtreecommitdiff
path: root/emulators/wine/files/patch-gb
blob: 3182a5a0a7c253f285b396b8842d17e2b4fd0db4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 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:%=%/__
 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