mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
$NetBSD: patch-ca,v 1.3 2004/08/10 15:11:15 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${ICONVPREFIX}/lib"
|
|
fi
|
|
|
|
|