diff options
author | itojun <itojun> | 2000-12-15 21:58:10 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-12-15 21:58:10 +0000 |
commit | c1fc5c74e3a0cc339181103ec0fd6d10f08ea0e5 (patch) | |
tree | 201af3dedbfd3fb524193b0f6e5e72b13e3726a2 /net/bind9-current | |
parent | 6ddd06c9299413c05ffbf67893534c1310fb64cc (diff) | |
download | pkgsrc-c1fc5c74e3a0cc339181103ec0fd6d10f08ea0e5.tar.gz |
fix build - always build with unproven-pthreads
Diffstat (limited to 'net/bind9-current')
-rw-r--r-- | net/bind9-current/Makefile | 7 |
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 |