summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-gcc/patches
diff options
context:
space:
mode:
authordholland <dholland>2012-01-02 01:25:25 +0000
committerdholland <dholland>2012-01-02 01:25:25 +0000
commit6267995070d9ec7be98a4e398587cc8a60327b1d (patch)
treea45f863ba463dc1a1976d4e2133b4bff75a65105 /cross/h8300-hms-gcc/patches
parent997eadf1771e0442baa1e1c697277df1dd1d71ff (diff)
downloadpkgsrc-6267995070d9ec7be98a4e398587cc8a60327b1d.tar.gz
Don't install c++filt, it comes with binutils. PKGREVISION -> 6
Diffstat (limited to 'cross/h8300-hms-gcc/patches')
-rw-r--r--cross/h8300-hms-gcc/patches/patch-af5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/patches/patch-af b/cross/h8300-hms-gcc/patches/patch-af
index 8c0babcfe91..0bb7e1ecaa0 100644
--- a/cross/h8300-hms-gcc/patches/patch-af
+++ b/cross/h8300-hms-gcc/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1 2010/02/14 21:30:00 dholland Exp $
+$NetBSD: patch-af,v 1.2 2012/01/02 01:25:25 dholland Exp $
DESTDIR support.
@@ -49,7 +49,8 @@ DESTDIR support.
+ rm -f $(DESTDIR)$(bindir)/$(CXX_TARGET_INSTALL_NAME)$(exeext); \
+ $(LN) $(DESTDIR)$(bindir)/$(CXX_INSTALL_NAME)$(exeext) $(DESTDIR)$(bindir)/$(CXX_TARGET_INSTALL_NAME)$(exeext); \
fi ; \
- if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \
+- if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \
++ if false; then \
if [ -f g++-cross$(exeext) ] ; then \
- rm -f $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \
- $(INSTALL_PROGRAM) $(DEMANGLER_PROG) $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \