summaryrefslogtreecommitdiff
path: root/lang/gcc44
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2014-05-15 22:56:02 +0000
committerpho <pho@pkgsrc.org>2014-05-15 22:56:02 +0000
commit5aea15f849062700f04d50c69d573de4afd3442e (patch)
tree10eb8ccec06e2499c7d5f3379dc1897e5494fda8 /lang/gcc44
parentc480008ebe1938568da3b3bd956150933785073b (diff)
downloadpkgsrc-5aea15f849062700f04d50c69d573de4afd3442e.tar.gz
Add a comment to patches/patch-ac
Diffstat (limited to 'lang/gcc44')
-rw-r--r--lang/gcc44/distinfo4
-rw-r--r--lang/gcc44/patches/patch-ac7
2 files changed, 8 insertions, 3 deletions
diff --git a/lang/gcc44/distinfo b/lang/gcc44/distinfo
index 31631305cb5..3322bee455c 100644
--- a/lang/gcc44/distinfo
+++ b/lang/gcc44/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2014/05/15 22:53:46 pho Exp $
+$NetBSD: distinfo,v 1.20 2014/05/15 22:56:02 pho Exp $
SHA1 (gcc-4.4.7.tar.bz2) = a6c834b0c2f58583da1d093de7a81a20ede9af75
RMD160 (gcc-4.4.7.tar.bz2) = 481609ebff38bf8a1fdf9a300dc460c1f425836a
Size (gcc-4.4.7.tar.bz2) = 63179340 bytes
-SHA1 (patch-ac) = a837b37b51d3829d146819da48d7c170686f9fc0
+SHA1 (patch-ac) = 7da8c27d521164c1a7801dda8ca62d1057ac8d32
SHA1 (patch-ad) = 96722d5af63a955e3d9c934b1249e5e8a1173a8c
SHA1 (patch-af) = 12f58f01e973f5684e8443ab402a70291bb6d621
SHA1 (patch-ag) = 0897b7ed75b4dc7d6ad50ecfa886edca7e29703b
diff --git a/lang/gcc44/patches/patch-ac b/lang/gcc44/patches/patch-ac
index d1d2c9421fa..c867b0b8fe2 100644
--- a/lang/gcc44/patches/patch-ac
+++ b/lang/gcc44/patches/patch-ac
@@ -1,4 +1,9 @@
-$NetBSD: patch-ac,v 1.3 2014/05/15 22:53:46 pho Exp $
+$NetBSD: patch-ac,v 1.4 2014/05/15 22:56:02 pho Exp $
+
+Add gcc libdir to a programs rpath so that _this gcc's_ support
+libraries are found. Note that there must not be a whitespace between
+$(LINKER_RPATH_FLAG) and the path. Otherwise the flag may be
+misinterpreted by linker (e.g. Apple's ld).
--- gcc/Makefile.in.orig 2004-06-17 15:56:58.000000000 -0600
+++ gcc/Makefile.in