summaryrefslogtreecommitdiff
path: root/security/kth-krb4/hacks.mk
blob: ab1c5dd40599bbfe75462a73952bb1a7bbb7d7fe (plain)
1
2
3
4
5
6
7
8
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