openbsd-ports/mail/tnef/patches/patch-configure

22 lines
574 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.4 2011/04/28 02:01:47 gsoares Exp $
--- configure.orig Mon Apr 18 22:29:50 2011
+++ configure Wed Apr 27 14:21:22 2011
@@ -4618,7 +4618,7 @@ if ${ac_cv_lib_intl_gettext+:} false; then :
$as_echo_n "(cached) " >&6
2006-10-10 00:33:09 -04:00
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -4653,7 +4653,7 @@ if test "x$ac_cv_lib_intl_gettext" = xyes; then :
2006-10-10 00:33:09 -04:00
#define HAVE_LIBINTL 1
_ACEOF
- LIBS="-lintl $LIBS"
+ LIBS="-lintl -liconv $LIBS"
fi