pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc44 Add a comment to patches/patch-ac
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f5635fd9e0c
branches: trunk
changeset: 634384:0f5635fd9e0c
user: pho <pho%pkgsrc.org@localhost>
date: Thu May 15 22:56:02 2014 +0000
description:
Add a comment to patches/patch-ac
diffstat:
lang/gcc44/distinfo | 4 ++--
lang/gcc44/patches/patch-ac | 7 ++++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 799aa294f3b0 -r 0f5635fd9e0c lang/gcc44/distinfo
--- a/lang/gcc44/distinfo Thu May 15 22:53:46 2014 +0000
+++ b/lang/gcc44/distinfo Thu May 15 22:56:02 2014 +0000
@@ -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 -r 799aa294f3b0 -r 0f5635fd9e0c lang/gcc44/patches/patch-ac
--- a/lang/gcc44/patches/patch-ac Thu May 15 22:53:46 2014 +0000
+++ b/lang/gcc44/patches/patch-ac Thu May 15 22:56:02 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index