summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv>2005-11-08 14:05:23 +0000
committertv <tv>2005-11-08 14:05:23 +0000
commitcdf8ef79062cc9fa68f632cdece45a1795aa8181 (patch)
treec65f608236fad94110464d68745b8acdbef7dfd2 /net
parentc57a0e06fafb02fe053162c20fc4552c6607b90c (diff)
downloadpkgsrc-cdf8ef79062cc9fa68f632cdece45a1795aa8181.tar.gz
Pull in libbind resolver on Interix.
Diffstat (limited to 'net')
-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