summaryrefslogtreecommitdiff
path: root/net/bind916
diff options
context:
space:
mode:
authorrin <rin@pkgsrc.org>2021-07-20 06:41:46 +0000
committerrin <rin@pkgsrc.org>2021-07-20 06:41:46 +0000
commita874a25d95812168dbf78f22925ab99f4e3404b3 (patch)
treefac7fdeee1637e9236eebc8e3fb1b88701be21ce /net/bind916
parent157639cf0e3ae22892b79d392dafb21b5c9036cd (diff)
downloadpkgsrc-a874a25d95812168dbf78f22925ab99f4e3404b3.tar.gz
net/bind916 --disable-atomic is no longer supported
Diffstat (limited to 'net/bind916')
-rw-r--r--net/bind916/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile
index a3cf3c8f65b..72c67bf959d 100644
--- a/net/bind916/Makefile
+++ b/net/bind916/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/07/20 06:39:45 rin Exp $
+# $NetBSD: Makefile,v 1.21 2021/07/20 06:41:46 rin Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -37,12 +37,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-python=no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
-CONFIGURE_ARGS+= --disable-atomic
-.endif
CONFIGURE_ARGS.DragonFly+= --disable-kqueue
CONFIGURE_ARGS.SunOS+= --disable-epoll