summaryrefslogtreecommitdiff
path: root/lang/gcc44/patches/patch-ad
blob: 5ff931b7556144b9e59fa7a10e0827bf939094f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1.1.1 2009/09/18 11:24:50 dmcmahill Exp $

--- configure.orig	2009-04-21 11:08:08 +0200
+++ 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"
   gmpinc="-I$with_mpfr/include"
 fi
 if test "x$with_mpfr_include" != x; then