diff options
author | tv <tv@pkgsrc.org> | 2006-11-28 16:30:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-11-28 16:30:39 +0000 |
commit | dfa513215145488f346ec0f4baa442c5aa00e850 (patch) | |
tree | 1d477b98b174cab56f27c7b05f419b46f33710de /net | |
parent | 46a8d06226167f704574f5ff018f541850b5b832 (diff) | |
download | pkgsrc-dfa513215145488f346ec0f4baa442c5aa00e850.tar.gz |
Add libbind on Interix.
Diffstat (limited to 'net')
-rw-r--r-- | net/queryperf/hacks.mk | 11 |
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 |