$OpenBSD: patch-configure,v 1.11 2010/07/17 22:52:53 benoit Exp $ --- configure.orig Sat Jun 5 08:26:22 2010 +++ configure Sat Jun 26 20:44:09 2010 @@ -5043,7 +5043,7 @@ fi DEBUG_CFLAGS="" -OPTIMIZATION_CFLAGS="-O3" +OPTIMIZATION_CFLAGS="" PROFILING_CFLAGS="" PROFILING_LIBS="" @@ -9139,7 +9139,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_gettext" >&5 $as_echo "$ac_cv_lib_intl_gettext" >&6; } if test "x$ac_cv_lib_intl_gettext" = x""yes; then : - LIBINTL_LIBS="-lintl"; + LIBINTL_LIBS="-lintl -liconv"; gettext_found=yes else gettext_found=no