$OpenBSD: patch-configure,v 1.5 2004/12/04 17:25:19 sturm Exp $
--- configure.orig	Wed Nov 24 11:37:14 2004
+++ configure	Wed Nov 24 11:38:55 2004
@@ -1461,7 +1461,7 @@
     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
@@ -9796,7 +9796,7 @@
   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.  */
 _ACEOF
@@ -9855,7 +9855,7 @@
 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
