pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/kth-krb4 Use the macosx-bind9-bind8compat hac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09efc77e463a
branches:  trunk
changeset: 529295:09efc77e463a
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed May 30 09:10:26 2007 +0000

description:
Use the macosx-bind9-bind8compat hack. Gets the build a little further.

XXX This should probably happen by default across pkgsrc on Darwin.

diffstat:

 security/kth-krb4/hacks.mk |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r abebe6af91a8 -r 09efc77e463a security/kth-krb4/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kth-krb4/hacks.mk        Wed May 30 09:10:26 2007 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2007/05/30 09:10:26 schmonz Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+# Fix build on OS X with BIND9 system resolver
+.if ${OPSYS} == "Darwin"
+PKG_HACKS+=            macosx-bind9-bind8compat
+CFLAGS+=               -DBIND_8_COMPAT=1
+.endif



Home | Main Index | Thread Index | Old Index