summaryrefslogtreecommitdiff
path: root/mail/rblcheck
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-07 20:36:12 +0000
committertv <tv@pkgsrc.org>2005-11-07 20:36:12 +0000
commit7c8eae164b7e51aa6f3a5db5a496ee570826e7e8 (patch)
tree6e48f1a31dd8849329e8da216c14a791a5bf9f93 /mail/rblcheck
parentceed3298da54b9937de841c4d02fe37eeb19efde (diff)
downloadpkgsrc-7c8eae164b7e51aa6f3a5db5a496ee570826e7e8.tar.gz
Use the libbind resolver on Interix.
Diffstat (limited to 'mail/rblcheck')
-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