summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2000-12-15 21:58:10 +0000
committeritojun <itojun>2000-12-15 21:58:10 +0000
commit398cecba0b01a4ab0bd258f86adfbc951bdf6bc9 (patch)
tree201af3dedbfd3fb524193b0f6e5e72b13e3726a2
parent85058877d7f829244de55e37fbdbcd7ec0f8a2aa (diff)
downloadpkgsrc-398cecba0b01a4ab0bd258f86adfbc951bdf6bc9.tar.gz
fix build - always build with unproven-pthreads
-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