From 218459b4e488c6c0f3f061add79e50dfa1b5ac5c Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 12 Aug 2004 21:23:00 +0000 Subject: [PATCH] don't rely on inter-library dependency: shoehorn -liconv into some homegrown gettext autoconf tests --- net/pavuk/patches/patch-configure | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/pavuk/patches/patch-configure diff --git a/net/pavuk/patches/patch-configure b/net/pavuk/patches/patch-configure new file mode 100644 index 00000000000..7220fccd741 --- /dev/null +++ b/net/pavuk/patches/patch-configure @@ -0,0 +1,30 @@ +$OpenBSD: patch-configure,v 1.1 2004/08/12 21:23:00 naddy Exp $ +--- configure.orig Thu Aug 12 21:43:36 2004 ++++ configure Thu Aug 12 21:44:13 2004 +@@ -3014,7 +3014,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lintl $LIBS" ++LIBS="-lintl -liconv $LIBS" + cat > conftest.$ac_ext <&6 +- INTL_LIBS="-lintl";_INTL_LIB="intl" ++ INTL_LIBS="-lintl -liconv";_INTL_LIB="intl" + else + echo "$ac_t""no" 1>&6 + fi +@@ -3056,7 +3056,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-l$_INTL_LIB $LIBS" ++LIBS="-l$_INTL_LIB -liconv $LIBS" + cat > conftest.$ac_ext <