summaryrefslogtreecommitdiff
path: root/mail/smtpfeed/hacks.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-07 20:35:20 +0000
committertv <tv@pkgsrc.org>2005-11-07 20:35:20 +0000
commitceed3298da54b9937de841c4d02fe37eeb19efde (patch)
treef666627afcd7fb527009445dc030f2914ddf2a21 /mail/smtpfeed/hacks.mk
parent97f562233c7f5f2c89c8b615ecbc56076980d09e (diff)
downloadpkgsrc-ceed3298da54b9937de841c4d02fe37eeb19efde.tar.gz
Add devel/sysexits bl3.
Add hacks.mk to get the libbind resolver on Interix.
Diffstat (limited to 'mail/smtpfeed/hacks.mk')
-rw-r--r--mail/smtpfeed/hacks.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/smtpfeed/hacks.mk b/mail/smtpfeed/hacks.mk
new file mode 100644
index 00000000000..e967ea912da
--- /dev/null
+++ b/mail/smtpfeed/hacks.mk
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2005/11/07 20:35:20 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