summaryrefslogtreecommitdiff
path: root/mail/spamdyke/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamdyke/hacks.mk')
-rw-r--r--mail/spamdyke/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/spamdyke/hacks.mk b/mail/spamdyke/hacks.mk
new file mode 100644
index 00000000000..fb5832ab17f
--- /dev/null
+++ b/mail/spamdyke/hacks.mk
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2007/04/11 14:50:37 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