mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
patch-winefile.h, which probably shouldn't have been committed.) Approved by: obrien (mentor)
21 lines
876 B
Text
21 lines
876 B
Text
--- 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
|