openbsd-ports/lang/mono/patches/patch-eglib_configure_ac
robert e653dbf40a Update to mono-2.8;
there might be some breakage but this is the good time to do the update
2010-10-15 16:21:07 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-eglib_configure_ac,v 1.1 2010/10/15 16:21:07 robert Exp $
--- eglib/configure.ac.orig Thu Oct 14 21:41:01 2010
+++ eglib/configure.ac Thu Oct 14 21:41:27 2010
@@ -110,7 +110,7 @@ if test "x$have_iso_varargs" = "xyes"; then
fi
AC_SUBST(G_HAVE_ISO_VARARGS)
-AC_CHECK_HEADERS(getopt.h sys/time.h sys/wait.h pwd.h langinfo.h iconv.h)
+AC_CHECK_HEADERS(getopt.h sys/time.h sys/wait.h pwd.h iconv.h localcharset.h)
if test $ac_cv_sizeof_void_p != $ac_cv_sizeof_int; then
GPOINTER_TO_INT="((gint)(long) (ptr))"