diff options
author | tv <tv> | 2006-11-28 16:30:39 +0000 |
---|---|---|
committer | tv <tv> | 2006-11-28 16:30:39 +0000 |
commit | 0dd28dfea24822a26b57230464cd6849f5ba467e (patch) | |
tree | 1d477b98b174cab56f27c7b05f419b46f33710de /net | |
parent | c03ce159801dd23348fb1741a25014e26e6374d6 (diff) | |
download | pkgsrc-0dd28dfea24822a26b57230464cd6849f5ba467e.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 |