aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-05-16 03:21:48 +0800
committerjoerg <joerg@FreeBSD.org>2001-05-16 03:21:48 +0800
commit009e0d2162ab1180879fe17dd28d6ea98088200c (patch)
treee1cfe26e150d10567cf596160452058d93ad84c9 /devel
parentbc000b81516c777c3cc0118da08c9a793d1c47b5 (diff)
downloadfreebsd-ports-gnome-009e0d2162ab1180879fe17dd28d6ea98088200c.tar.gz
freebsd-ports-gnome-009e0d2162ab1180879fe17dd28d6ea98088200c.tar.zst
freebsd-ports-gnome-009e0d2162ab1180879fe17dd28d6ea98088200c.zip
Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They might
clash with other binutils ports for different targets, and are not needed to be installed at all. PR: ports/27347 (although with a different approach than suggested)
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-binutils/files/patch-aa32
1 files changed, 29 insertions, 3 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa
index b0fb5d570161..36bebf94b336 100644
--- a/devel/avr-binutils/files/patch-aa
+++ b/devel/avr-binutils/files/patch-aa
@@ -1,10 +1,36 @@
--- libiberty/Makefile.in.orig Sat Dec 9 17:10:41 2000
-+++ libiberty/Makefile.in Thu Apr 19 23:30:16 2001
-@@ -152,6 +152,7 @@
++++ libiberty/Makefile.in Tue May 15 20:58:52 2001
+@@ -152,7 +152,8 @@
$(RANLIB) $(TARGETLIB)
INSTALL_DEST = @INSTALL_DEST@
+-install: install_to_$(INSTALL_DEST) install-subdir
+#install: install_to_$(INSTALL_DEST) install-subdir
- install: install_to_$(INSTALL_DEST) install-subdir
++install:
install_to_libdir: all
+ $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
+--- bfd/Makefile.in.orig Mon Jan 22 10:41:40 2001
++++ bfd/Makefile.in Tue May 15 21:02:37 2001
+@@ -564,7 +564,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-libLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
+--- opcodes/Makefile.in.orig Thu Jan 11 22:20:19 2001
++++ opcodes/Makefile.in Tue May 15 21:03:33 2001
+@@ -663,7 +663,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-libLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h