pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc34-ada/patches Add patch, originally added to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b0a4de6a03
branches:  trunk
changeset: 478380:d5b0a4de6a03
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Thu Jul 22 21:57:16 2004 +0000

description:
Add patch, originally added to gcc34 by drochner: "on 1.6.x, we need
libiconv. Make sure the rpath includes ${LOCALBASE}".

diffstat:

 lang/gcc34-ada/patches/patch-ca |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 3be18a46ba80 -r d5b0a4de6a03 lang/gcc34-ada/patches/patch-ca
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/gcc34-ada/patches/patch-ca   Thu Jul 22 21:57:16 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ca,v 1.1 2004/07/22 21:57:16 shannonjr Exp $
+
+--- gcc/configure.orig 2004-04-18 17:45:10.000000000 -0600
++++ gcc/configure
+@@ -7693,7 +7693,7 @@ _ACEOF
+   fi
+   LIBICONV=
+   if test "$am_cv_lib_iconv" = yes; then
+-    LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
++    LIBICONV="$am_cv_lib_iconv_ldpath -liconv -Wl,-R${LOCALBASE}/lib"
+   fi
+ 
+ 



Home | Main Index | Thread Index | Old Index