diff options
author | tv <tv> | 2005-11-07 21:24:37 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-07 21:24:37 +0000 |
commit | 09df3549ed3e9745146af256a84cbdbe47c7e2ce (patch) | |
tree | 8802369f433aaa797a6bd661c5ddebfe7a9ed07e /net/dhisd/hacks.mk | |
parent | e26b4401c9394f34c91b11adf7bda5c98c57a765 (diff) | |
download | pkgsrc-09df3549ed3e9745146af256a84cbdbe47c7e2ce.tar.gz |
Pull in libbind resolver on Interix.
Diffstat (limited to 'net/dhisd/hacks.mk')
-rw-r--r-- | net/dhisd/hacks.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dhisd/hacks.mk b/net/dhisd/hacks.mk new file mode 100644 index 00000000000..a1f25101983 --- /dev/null +++ b/net/dhisd/hacks.mk @@ -0,0 +1,11 @@ +# $NetBSD: hacks.mk,v 1.1 2005/11/07 21:25:46 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 |