summaryrefslogtreecommitdiff
path: root/lang/gcc44/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc44/patches/patch-ad')
-rw-r--r--lang/gcc44/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc44/patches/patch-ad b/lang/gcc44/patches/patch-ad
index 5ff931b7556..79f4260d095 100644
--- a/lang/gcc44/patches/patch-ad
+++ b/lang/gcc44/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1.1.1 2009/09/18 11:24:50 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2011/12/22 14:14:22 wiz Exp $
---- configure.orig 2009-04-21 11:08:08 +0200
+--- configure.orig 2010-10-02 11:40:32.000000000 +0000
+++ configure
@@ -4532,7 +4532,7 @@ if test "${with_mpfr_lib+set}" = set; th
fi;
if test "x$with_mpfr" != x; then
- gmplibs="-L$with_mpfr/lib $gmplibs"
-+ gmplibs="-L$with_mpfr/lib -Wl,-R${PREFIX}/lib $gmplibs"
++ gmplibs="-L$with_mpfr/lib ${COMPILER_RPATH_FLAG}$with_mpfr/lib $gmplibs"
gmpinc="-I$with_mpfr/include"
fi
if test "x$with_mpfr_include" != x; then