From fcfce4c6637f0d72bcc47c42d9a3b5d2bf919006 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 18 Apr 2005 11:42:38 +0000 Subject: [PATCH] tell gq we don't have iswspace yet, so it won't try to use iswspace(btowc(c)), since we don't have btowc yet... --- databases/gq/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/gq/Makefile b/databases/gq/Makefile index 68fcb535036..db5cde38901 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2005/02/28 13:30:07 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.13 2005/04/18 11:42:38 espie Exp $ COMMENT= "GTK-based LDAP client" @@ -34,5 +34,6 @@ AUTOCONF_VERSION= 2.57 CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} \ --with-sasl-prefix=${LOCALBASE} \ --with-kerberos-prefix=/usr +CONFIGURE_ENV+= ac_cv_func_iswspace=no .include