ports/x11/gtk-engines2/patches/patch-configure

21 lines
702 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- configure.orig Fri Oct 1 15:02:42 2010
+++ configure Fri Oct 1 21:33:56 2010
@@ -11951,7 +11951,7 @@ fi
#
if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
glib_save_LIBS="$LIBS"
- LIBS="$LIBS -lintl $libintl_extra_libs"
+ LIBS="$LIBS -liconv -lintl $libintl_extra_libs"
unset ac_cv_func_bind_textdomain_codeset
for ac_func in bind_textdomain_codeset
do :
@@ -11983,7 +11983,7 @@ done
fi
if test "$gt_cv_func_dgettext_libintl" = "yes"; then
- INTLLIBS="-lintl $libintl_extra_libs"
+ INTLLIBS="-liconv -lintl $libintl_extra_libs"
fi
if test "$gt_cv_have_gettext" = "yes"; then