diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-04-20 13:50:28 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-04-20 13:50:28 +0000 |
commit | 0e038bdbb6bff12593fc3f159cbd9befbc9821ce (patch) | |
tree | cb300c0284901c32feec64c702ea889ed7676b6a /devel/avr-binutils/files/patch-aa | |
parent | Resurrect obrien's update to binutils 2.11 from the depths of CVS, (diff) |
Don't install libiberty.a, it's not required to be installed, and likely
to clash with other ports of GNU tools.
Fixup pkg-plist accordingly.
Diffstat (limited to 'devel/avr-binutils/files/patch-aa')
-rw-r--r-- | devel/avr-binutils/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa new file mode 100644 index 000000000000..b0fb5d570161 --- /dev/null +++ b/devel/avr-binutils/files/patch-aa @@ -0,0 +1,10 @@ +--- 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 @@ + $(RANLIB) $(TARGETLIB) + + INSTALL_DEST = @INSTALL_DEST@ ++#install: install_to_$(INSTALL_DEST) install-subdir + install: install_to_$(INSTALL_DEST) install-subdir + + install_to_libdir: all |