summaryrefslogtreecommitdiff
path: root/net/bind9-current
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-12-15 21:58:10 +0000
committeritojun <itojun@pkgsrc.org>2000-12-15 21:58:10 +0000
commiteaec70b14da59c1c05e8bf10824c28888e474b52 (patch)
tree201af3dedbfd3fb524193b0f6e5e72b13e3726a2 /net/bind9-current
parent12e8b340a34430d08c159f3285525fb009672dde (diff)
downloadpkgsrc-eaec70b14da59c1c05e8bf10824c28888e474b52.tar.gz
fix build - always build with unproven-pthreads
Diffstat (limited to 'net/bind9-current')
-rw-r--r--net/bind9-current/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 7b7fcaf6841..9ee5591819b 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/12/15 19:25:50 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2000/12/15 21:58:10 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -14,12 +14,7 @@ BUILD_DEFS+= USE_INET6
# we cannot disable pthreads at this moment, it looks to be a a bug in
# BIND9 configure.in
-.if 1 # defined(USE_UNPROVEN_PTHREADS) && ${USE_UNPROVEN_PTHREADS} == "YES"
DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
-CONFIGURE_ARGS+=--enable-threads
-.else
-CONFIGURE_ARGS+=--disable-threads
-.endif
# Sync these with devel/unproven-pthreads:
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k