summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/openldap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 3707a367b98..6d6b04a70a1 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2004/04/17 10:56:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.77 2004/05/10 19:15:53 danw Exp $
DISTNAME= openldap-2.1.30
SVR4_PKGNAME= oldap
@@ -42,6 +42,8 @@ CONFIGURE_ARGS+= --without-readline
BUILD_DEFS+= USE_SASL USE_SASL2
+CPPFLAGS.Darwin+= -DBIND_8_COMPAT
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_SASL2) && (${USE_SASL2} == "YES")