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
commitfa370cc58ffb079ec08e0ca25d7a92a38a659909 (patch)
tree7b09793be7040803ee54ec0b4b724be65cd670f4 /databases
parente2482fd187990b94d326f2adb003606ce4c6f318 (diff)
downloadpkgsrc-fa370cc58ffb079ec08e0ca25d7a92a38a659909.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")