ok ajacoutot@ kevlo@ (reminder, ports is not fully open, do not commit without specific permission)
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/02/25 14:42:52 sthen Exp $
|
|
--- configure.orig Sat Jan 30 12:24:50 2010
|
|
+++ configure Sun Feb 14 21:21:19 2010
|
|
@@ -4598,7 +4598,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lintl $LIBS"
|
|
+LIBS="-lintl -liconv $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -4633,7 +4633,7 @@ if test "x$ac_cv_lib_intl_gettext" = x""yes; then :
|
|
#define HAVE_LIBINTL 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lintl $LIBS"
|
|
+ LIBS="-lintl -liconv $LIBS"
|
|
|
|
fi
|
|
|