2006-09-30 02:23:58 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.6 2006/09/30 06:23:58 steven Exp $
|
|
|
|
--- configure.orig Sat Jul 15 20:55:11 2006
|
|
|
|
+++ configure Sat Jul 15 21:00:22 2006
|
|
|
|
@@ -3012,7 +3012,7 @@ if test "$INSTALL" = "build/install-sh -
|
|
|
|
INSTALL="$abs_srcdir/$INSTALL"
|
|
|
|
fi
|
|
|
|
|
|
|
|
-MKDIR="$INSTALL -d"
|
|
|
|
+MKDIR="/bin/mkdir -p"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -20609,7 +20609,7 @@ rm -f conftest.err conftest.$ac_objext \
|
2005-07-04 18:22:00 -04:00
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
2004-12-01 11:47:54 -05:00
|
|
|
if test "$ac_cv_search_bindtextdomain" = no; then
|
|
|
|
for ac_lib in intl; do
|
|
|
|
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
|
2006-09-30 02:23:58 -04:00
|
|
|
+ LIBS="-l$ac_lib -liconv $ac_func_search_save_LIBS"
|
2004-12-01 11:47:54 -05:00
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
2005-07-04 18:22:00 -04:00
|
|
|
_ACEOF
|
2006-09-30 02:23:58 -04:00
|
|
|
@@ -20654,7 +20654,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
|
2004-12-01 11:47:54 -05:00
|
|
|
ac_status=$?
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); }; }; then
|
|
|
|
- ac_cv_search_bindtextdomain="-l$ac_lib"
|
|
|
|
+ ac_cv_search_bindtextdomain="-l$ac_lib -liconv"
|
|
|
|
break
|
|
|
|
else
|
|
|
|
echo "$as_me: failed program was:" >&5
|
2006-09-30 02:23:58 -04:00
|
|
|
@@ -21943,7 +21943,7 @@ fi;
|
2006-04-15 06:27:38 -04:00
|
|
|
# Python: Used for testsuite, and bindings
|
|
|
|
|
|
|
|
|
|
|
|
-PYTHON="`$abs_srcdir/build/find_python.sh`"
|
|
|
|
+PYTHON="python!!PYTHON_VER!!"
|
|
|
|
if test -z "$PYTHON"; then
|
|
|
|
{ echo "$as_me:$LINENO: WARNING: Python 2.0 or later is required to run the testsuite" >&5
|
|
|
|
echo "$as_me: WARNING: Python 2.0 or later is required to run the testsuite" >&2;}
|