summaryrefslogtreecommitdiff
path: root/net/hesiod/hacks.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-08 14:05:23 +0000
committertv <tv@pkgsrc.org>2005-11-08 14:05:23 +0000
commit29610ba432ea56108e62d9e4ecbcef900e648f33 (patch)
treec65f608236fad94110464d68745b8acdbef7dfd2 /net/hesiod/hacks.mk
parentaa45abfd702a940da141dd5ba38f36042772219e (diff)
downloadpkgsrc-29610ba432ea56108e62d9e4ecbcef900e648f33.tar.gz
Pull in libbind resolver on Interix.
Diffstat (limited to 'net/hesiod/hacks.mk')
-rw-r--r--net/hesiod/hacks.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/hesiod/hacks.mk b/net/hesiod/hacks.mk
new file mode 100644
index 00000000000..e6dfa58ee8d
--- /dev/null
+++ b/net/hesiod/hacks.mk
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2005/11/08 14:05:23 tv Exp $
+
+###
+### Need a real resolver on Interix.
+###
+.if ${OPSYS} == "Interix"
+BUILDLINK_PASSTHRU_DIRS+= /usr/local/include/bind /usr/local/lib/bind
+CPPFLAGS+= -I/usr/local/include/bind
+LDFLAGS+= -L/usr/local/lib/bind
+LIBS+= -lbind -ldb
+.endif