2008-10-09 14:50:44 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.7 2008/10/09 18:50:45 sthen Exp $
|
|
|
|
--- configure.orig Mon Jun 30 02:41:15 2008
|
|
|
|
+++ configure Thu Oct 9 15:34:59 2008
|
|
|
|
@@ -12562,7 +12562,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then
|
2005-07-25 03:12:58 -04:00
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2002-04-06 17:14:17 -05:00
|
|
|
else
|
2005-07-25 03:12:58 -04:00
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
2002-04-06 17:14:17 -05:00
|
|
|
-LIBS="-lintl $LIBS"
|
|
|
|
+LIBS="-lintl -liconv $LIBS"
|
2005-07-25 03:12:58 -04:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
|
|
|
_ACEOF
|
2008-10-09 14:50:44 -04:00
|
|
|
@@ -12619,7 +12619,7 @@ fi
|
|
|
|
echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
|
2005-07-25 03:12:58 -04:00
|
|
|
if test $ac_cv_lib_intl_gettext = yes; then
|
2003-05-14 11:03:51 -04:00
|
|
|
|
2005-07-25 03:12:58 -04:00
|
|
|
- LIBS="-lintl $LIBS"
|
|
|
|
+ LIBS="-lintl -liconv $LIBS"
|
2003-05-14 11:03:51 -04:00
|
|
|
|
2005-07-25 03:12:58 -04:00
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
#define HAVE_GETTEXT 1
|