summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordanw <danw>2004-05-10 19:15:53 +0000
committerdanw <danw>2004-05-10 19:15:53 +0000
commit3b214fa472adf376de3514b48a06937920fa9ed2 (patch)
tree7b09793be7040803ee54ec0b4b724be65cd670f4 /databases
parent3c664fabbab5f98d019e3cf98f779bb85154399c (diff)
downloadpkgsrc-3b214fa472adf376de3514b48a06937920fa9ed2.tar.gz
use -DBIND_8_COMPAT on darwin
Diffstat (limited to 'databases')
-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")