openbsd-ports/x11/icewm/patches/patch-configure_in
2004-01-30 15:00:45 +00:00

24 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$OpenBSD: patch-configure_in,v 1.1 2004/01/30 15:00:46 naddy Exp $
--- configure.in.orig 2001-10-09 16:54:02.000000000 +0200
+++ configure.in 2004-01-30 15:18:38.000000000 +0100
@@ -27,7 +27,7 @@ if test x"$ac_cv_prog_gxx" != x; then
fi
if test x"$ac_cv_prog_gxx" != x; then
- ICE_CXX_FLAG_ACCEPT(warn_xxx, -Wall -Wpointer-arith -Wconversion -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Winline -Woverloaded-virtual -W)
+ ICE_CXX_FLAG_ACCEPT(warn_xxx, -Wall -Wpointer-arith -Wconversion -Wwrite-strings -Wmissing-prototypes -Winline -Woverloaded-virtual -W)
ICE_CXX_FLAG_ACCEPT(permissive, -fpermissive)
fi
@@ -193,8 +193,8 @@ AC_ARG_ENABLE(nls,
[ --disable-nls Disable internationalized message])
if test "$enable_nls" != "no"; then
- AC_CHECK_FUNC(gettext,,
- [ AC_CHECK_LIB(intl, gettext,,
+ AC_CHECK_FUNC(bindtextdomain,,
+ [ AC_CHECK_LIB(intl, bindtextdomain,,
[ AC_MSG_ERROR([NLS support has been requested but libintl wasn´t found.
*** Install your vendor´s version or GNU gettext available at
*** ftp://ftp.gnu.org/pub/gnu/gettext/.])])])