pkgsrc/security/kth-krb4/hacks.mk
schmonz e0237edc3d Use the macosx-bind9-bind8compat hack. Gets the build a little further.
XXX This should probably happen by default across pkgsrc on Darwin.
2007-05-30 09:10:26 +00:00

9 lines
240 B
Makefile

# $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