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