summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2007-05-30 09:10:26 +0000
committerschmonz <schmonz@pkgsrc.org>2007-05-30 09:10:26 +0000
commite0237edc3d82febe418a99de70db788a2824f133 (patch)
tree65bbc82ebc16c903074fc066f494247b38933ee6 /security
parent7f125459d80717a6f65cde59fcdb87bf381dc2d8 (diff)
downloadpkgsrc-e0237edc3d82febe418a99de70db788a2824f133.tar.gz
Use the macosx-bind9-bind8compat hack. Gets the build a little further.
XXX This should probably happen by default across pkgsrc on Darwin.
Diffstat (limited to 'security')
-rw-r--r--security/kth-krb4/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/kth-krb4/hacks.mk b/security/kth-krb4/hacks.mk
new file mode 100644
index 00000000000..ab1c5dd4059
--- /dev/null
+++ b/security/kth-krb4/hacks.mk
@@ -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