summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv>2005-11-07 20:36:12 +0000
committertv <tv>2005-11-07 20:36:12 +0000
commit1b9cf7c8b6e91ff712686f1737cee98d6f846554 (patch)
tree6e48f1a31dd8849329e8da216c14a791a5bf9f93 /mail
parent2254ecb7d86fc8325325acdb4e0235fb260dcafb (diff)
downloadpkgsrc-1b9cf7c8b6e91ff712686f1737cee98d6f846554.tar.gz
Use the libbind resolver on Interix.
Diffstat (limited to 'mail')
-rw-r--r--mail/rblcheck/hacks.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/rblcheck/hacks.mk b/mail/rblcheck/hacks.mk
new file mode 100644
index 00000000000..3048c9a2954
--- /dev/null
+++ b/mail/rblcheck/hacks.mk
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2005/11/07 20:36:12 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