openbsd-ports/editors/xemacs21/patches/patch-configure_in
aanriot e0e997ac03 - update to 21.4.17.
- add a few fixes.

tested by matthieu@, krw@
inputs from espie, inputs and review alek@
2005-11-03 15:51:04 +00:00

12 lines
433 B
Plaintext

$OpenBSD: patch-configure_in,v 1.4 2005/11/03 15:51:05 aanriot Exp $
--- configure.in.orig Mon Jan 31 03:54:47 2005
+++ configure.in Mon Oct 10 21:36:20 2005
@@ -3768,6 +3768,7 @@ if test "$with_mule" = "yes" ; then
XE_ADD_OBJS(mule.o mule-ccl.o mule-charset.o file-coding.o)
dnl Use -lintl to get internationalized strerror for Mule
+ LIBS="-liconv ${LIBS}"
AC_CHECK_HEADERS(libintl.h)
AC_CHECK_LIB(intl, strerror)