50232f1030
- explicitly choose the xml library you want. - give enough details so that libintl is found, *even if xml2 is not used*. No package change.
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2007/10/20 13:05:35 espie Exp $
|
|
--- configure.orig Sat Oct 20 14:57:47 2007
|
|
+++ configure Sat Oct 20 14:58:26 2007
|
|
@@ -30308,7 +30308,7 @@ for lib in intl; do
|
|
*) ne__code="bindtextdomain();" ;;
|
|
esac
|
|
|
|
- LIBS="$ne_sl_save_LIBS -l$lib $NEON_LIBS"
|
|
+ LIBS="$ne_sl_save_LIBS -l$lib -liconv $NEON_LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|