aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw32-binutils
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-10-15 12:45:38 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-10-15 12:45:38 +0000
commiteec426f86468755247d1c1c78023248470c48a32 (patch)
tree2d941982def5a210916f9acd331652fbc4947224 /devel/mingw32-binutils
parent15c0ecd5ec64d8ea78b62c40fd0516a44ac1ede7 (diff)
downloadports-eec426f86468755247d1c1c78023248470c48a32.tar.gz
ports-eec426f86468755247d1c1c78023248470c48a32.zip
Don't install ${PREFIX}/lib/libiberty.a
This commit resolve conflict with other *-binutils ports
Notes
Notes: svn path=/head/; revision=91315
Diffstat (limited to 'devel/mingw32-binutils')
-rw-r--r--devel/mingw32-binutils/files/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/mingw32-binutils/files/patch-Makefile.in b/devel/mingw32-binutils/files/patch-Makefile.in
new file mode 100644
index 000000000000..45418efa052b
--- /dev/null
+++ b/devel/mingw32-binutils/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Wed Oct 15 16:22:59 2003
++++ Makefile.in Wed Oct 15 16:23:32 2003
+@@ -3542,10 +3542,10 @@
+ .PHONY: install-libiberty maybe-install-libiberty
+ maybe-install-libiberty:
+ install-libiberty: installdirs
+- @r=`${PWD}`; export r; \
+- s=`cd $(srcdir); ${PWD}`; export s; \
+- $(SET_LIB_PATH) \
+- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
++# @r=`${PWD}`; export r; \
++# s=`cd $(srcdir); ${PWD}`; export s; \
++# $(SET_LIB_PATH) \
++# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
+
+
+ .PHONY: configure-libtool maybe-configure-libtool