diff options
Diffstat (limited to 'security/smtpd')
-rw-r--r-- | security/smtpd/hacks.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/smtpd/hacks.mk b/security/smtpd/hacks.mk new file mode 100644 index 00000000000..5db033af4aa --- /dev/null +++ b/security/smtpd/hacks.mk @@ -0,0 +1,9 @@ +# $NetBSD: hacks.mk,v 1.1 2006/01/02 19:49:01 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 |