freebsd-ports/devel/mingw32-gcc/files/patch-gcc-configure
Lev A. Serebryakov 68e411768a Add optional iconv support to gcc.
PR:		ports/87120
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jpg>
2006-12-05 11:32:32 +00:00

11 lines
399 B
Text

--- gcc/configure.orig Tue Dec 5 12:37:14 2006
+++ gcc/configure Tue Dec 5 12:37:50 2006
@@ -7993,7 +7993,7 @@
conftest$ac_exeext conftest.$ac_ext
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
- LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
+ LIBS="$LIBS $am_cv_lib_iconv_ldpath -liconv"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF