pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap use -DBIND_8_COMPAT on darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74af25bf77a8
branches:  trunk
changeset: 475148:74af25bf77a8
user:      danw <danw%pkgsrc.org@localhost>
date:      Mon May 10 19:15:53 2004 +0000

description:
use -DBIND_8_COMPAT on darwin

diffstat:

 databases/openldap/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b22cfc980ec4 -r 74af25bf77a8 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Mon May 10 18:29:30 2004 +0000
+++ b/databases/openldap/Makefile       Mon May 10 19:15:53 2004 +0000
@@ -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 @@
 
 BUILD_DEFS+=           USE_SASL USE_SASL2
 
+CPPFLAGS.Darwin+=      -DBIND_8_COMPAT
+
 .include "../../mk/bsd.prefs.mk"
 
 .if defined(USE_SASL2) && (${USE_SASL2} == "YES")



Home | Main Index | Thread Index | Old Index