openbsd-ports/mail/tnef/patches/patch-configure
2006-10-10 04:33:09 +00:00

22 lines
557 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2006/10/10 04:33:09 kevlo Exp $
--- configure.orig Tue Oct 10 12:13:29 2006
+++ configure Tue Oct 10 12:15:10 2006
@@ -4406,7 +4406,7 @@ if test "${ac_cv_lib_intl_gettext+set}"
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -4482,7 +4482,7 @@ if test $ac_cv_lib_intl_gettext = yes; t
#define HAVE_LIBINTL 1
_ACEOF
- LIBS="-lintl $LIBS"
+ LIBS="-lintl -liconv $LIBS"
fi