openbsd-ports/textproc/wdiff/patches/patch-configure
simon 2dfb40bc18 update to version 0.5g
from Giovanni Bechis
ok winiger@
2007-11-24 14:46:29 +00:00

22 lines
684 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2007/11/24 14:46:29 simon Exp $
--- configure.orig Fri Sep 7 19:47:52 2007
+++ configure Fri Sep 7 19:58:26 2007
@@ -2962,7 +2962,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lintl $LIBS"
+LIBS=" -lintl -liconv $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2968 "configure"
#include "confdefs.h"
@@ -3008,7 +3008,7 @@ fi
echo "$ac_t""$with_included_gettext" 1>&6
if test $with_included_gettext$ac_cv_func_gettext = nono; then
- LIBS="$LIBS -lintl"
+ LIBS="$LIBS -lintl -liconv"
fi
else
with_included_gettext=yes