112608aed0be6becb9cfd563268e0e50a7068414
[pkgsrc.git] / wip / gcc44 / patches / patch-da
1 $NetBSD$
2
3 --- configure.orig      2009-04-21 11:08:08 +0200
4 +++ configure
5 @@ -4532,7 +4532,7 @@ if test "${with_mpfr_lib+set}" = set; th
6  fi;
7  
8  if test "x$with_mpfr" != x; then
9 -  gmplibs="-L$with_mpfr/lib $gmplibs"
10 +  gmplibs="-L$with_mpfr/lib -Wl,-R${PREFIX}/lib $gmplibs"
11    gmpinc="-I$with_mpfr/include"
12  fi
13  if test "x$with_mpfr_include" != x; then