summaryrefslogtreecommitdiff
path: root/net/bind9/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-26 21:12:02 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-26 21:12:02 +0000
commit652746d84253a6a13628d1f13367c7910fb8e7e0 (patch)
tree85622097d3dd9366d4a938f2817333786a3e795d /net/bind9/Makefile
parent61d648d40bb3cfa8dc76d2cdde2e2d347271e9c7 (diff)
downloadpkgsrc-652746d84253a6a13628d1f13367c7910fb8e7e0.tar.gz
After discussion with Michael Graff, disable threads until we get a
in-tree threads implementation. Benefit of this is that the pkg now works on all platforms (Tested: 1.5/sparc).
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r--net/bind9/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 1eeaad481bc..826e9098455 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/01/26 04:25:36 hubertf Exp $
+# $NetBSD: Makefile,v 1.20 2001/01/26 21:12:02 hubertf Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.isc.org/products/BIND/
-DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"
@@ -18,8 +17,8 @@ BUILD_DEFS+= USE_INET6
BIND_VERSION= 9.1.0
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-mit-pthreads \
- --with-libtool=yes \
+CONFIGURE_ARGS+=--disable-threads # Until we have real threads
+CONFIGURE_ARGS+=--with-libtool=yes \
--sysconfdir=/etc \
--localstatedir=/var
LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib