summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind96/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index df676345921..7f2ad3628e1 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/07/29 00:16:33 reed Exp $
+# $NetBSD: Makefile,v 1.8 2009/08/15 01:30:57 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P1/pl1/}
@@ -34,6 +34,9 @@ CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
+.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+CONFIGURE_ARGS+= --disable-atomic
+.endif
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS+= BIND_USER