2005-03-23 16:43:31 -05:00
|
|
|
$OpenBSD: patch-configure,v 1.6 2005/03/23 21:43:31 naddy Exp $
|
|
|
|
--- configure.orig Sun Jan 9 22:48:35 2005
|
|
|
|
+++ configure Wed Mar 23 22:26:53 2005
|
|
|
|
@@ -1461,7 +1461,7 @@ test -n "$target_alias" &&
|
2004-05-21 13:00:08 -04:00
|
|
|
NONENONEs,x,x, &&
|
|
|
|
program_prefix=${target_alias}-
|
|
|
|
|
|
|
|
-TARGETS=base
|
|
|
|
+TARGETS='base docs'
|
|
|
|
APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icewmtray'
|
|
|
|
TESTCASES=`echo src/test*.cc | sed 's%src/\([^ ]*\)\.cc%\1%g'`
|
|
|
|
TESTCASES="$TESTCASES iceview icesame iceicon icerun icelist" # iceclock
|
2005-03-23 16:43:31 -05:00
|
|
|
@@ -9748,7 +9748,7 @@ if test "${ac_cv_lib_intl_bindtextdomain
|
2004-08-11 18:48:26 -04:00
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
|
else
|
|
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
|
|
-LIBS="-lintl $LIBS"
|
|
|
|
+LIBS="-lintl -liconv $LIBS"
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
/* confdefs.h. */
|
2004-12-04 12:25:19 -05:00
|
|
|
_ACEOF
|
2005-03-23 16:43:31 -05:00
|
|
|
@@ -9807,7 +9807,7 @@ fi
|
2004-08-11 18:48:26 -04:00
|
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
|
|
|
|
echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
|
|
|
|
if test $ac_cv_lib_intl_bindtextdomain = yes; then
|
|
|
|
- CORE_LIBS="${CORE_LIBS} -lintl"
|
|
|
|
+ CORE_LIBS="${CORE_LIBS} -lintl -liconv"
|
|
|
|
|
|
|
|
else
|
|
|
|
{ { echo "$as_me:$LINENO: error: NLS (national language support) has been requested but
|