pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dnstracer Add hack to fix build on OS X with BIND9...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e98bacccecb4
branches: trunk
changeset: 505322:e98bacccecb4
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Jan 02 20:17:48 2006 +0000
description:
Add hack to fix build on OS X with BIND9 system resolver.
diffstat:
net/dnstracer/hacks.mk | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r f46a973c4887 -r e98bacccecb4 net/dnstracer/hacks.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dnstracer/hacks.mk Mon Jan 02 20:17:48 2006 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2006/01/02 20:17:48 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
Home |
Main Index |
Thread Index |
Old Index