mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
2e6e886c75
amount of FreeBSD-specific hackery.
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
--- 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`"; \
|
|
+ @if false ; \
|
|
then \
|
|
echo "*************************************************" ; \
|
|
echo "*************************************************" ; \
|