summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-28 16:30:39 +0000
committertv <tv@pkgsrc.org>2006-11-28 16:30:39 +0000
commitdfa513215145488f346ec0f4baa442c5aa00e850 (patch)
tree1d477b98b174cab56f27c7b05f419b46f33710de /net
parent46a8d06226167f704574f5ff018f541850b5b832 (diff)
downloadpkgsrc-dfa513215145488f346ec0f4baa442c5aa00e850.tar.gz
Add libbind on Interix.
Diffstat (limited to 'net')
-rw-r--r--net/queryperf/hacks.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/queryperf/hacks.mk b/net/queryperf/hacks.mk
new file mode 100644
index 00000000000..3b1cdbb8f5d
--- /dev/null
+++ b/net/queryperf/hacks.mk
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2006/11/28 16:30:39 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