summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-10 19:15:53 +0000
committerdanw <danw@pkgsrc.org>2004-05-10 19:15:53 +0000
commit7b5422e89bf21e8c0cf3aab43ed5090b41c1d7b8 (patch)
tree7b09793be7040803ee54ec0b4b724be65cd670f4 /databases
parent65a44d13d238dda8ef71074ea5ec0a6a868a4fea (diff)
downloadpkgsrc-7b5422e89bf21e8c0cf3aab43ed5090b41c1d7b8.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")