$OpenBSD: patch-src_configure,v 1.2 2006/02/27 17:22:09 pvalchev Exp $
--- src/configure.orig	Wed Jun  2 15:56:55 2004
+++ src/configure	Mon Feb 27 09:46:34 2006
@@ -11437,7 +11437,7 @@ if test $cross_compiling = no; then
 # Both are broken. When used with CLISP, the one in the default libc.a
 # leads to a SIGSEGV, the one in libmalloc.a leads to a SIGBUS.
 case "$host_os" in
-  hpux*) cl_cv_func_malloc_broken=yes ;;
+  hpux*|openbsd*) cl_cv_func_malloc_broken=yes ;;
   *) cl_cv_func_malloc_broken=no ;;
 esac
 else
@@ -24255,7 +24255,7 @@ s,@host@,$host,;t t
 s,@host_cpu@,$host_cpu,;t t
 s,@host_vendor@,$host_vendor,;t t
 s,@host_os@,$host_os,;t t
-s,@LIBICONV@,$LIBICONV,;t t
+s,@LIBICONV@,$LTLIBICONV,;t t
 s,@LTLIBICONV@,$LTLIBICONV,;t t
 s,@SET_MAKE@,$SET_MAKE,;t t
 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
@@ -24266,7 +24266,7 @@ s,@XGETTEXT@,$XGETTEXT,;t t
 s,@MSGMERGE@,$MSGMERGE,;t t
 s,@USE_NLS@,$USE_NLS,;t t
 s,@INTLLIBS@,$INTLLIBS,;t t
-s,@LIBINTL@,$LIBINTL,;t t
+s,@LIBINTL@,$LTLIBINTL,;t t
 s,@LTLIBINTL@,$LTLIBINTL,;t t
 s,@POSUB@,$POSUB,;t t
 s,@LIBSIGSEGV@,$LIBSIGSEGV,;t t
