mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2006/01/02 21:13:43 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
|