From 7b6726760a6f3106be65d7731127ecdad82f4d66 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 28 Nov 2006 16:30:39 +0000 Subject: Add libbind on Interix. --- net/queryperf/hacks.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/queryperf/hacks.mk (limited to 'net/queryperf') 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 -- cgit v1.2.3