summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2021-01-30 07:43:16 +0000
committerspz <spz@pkgsrc.org>2021-01-30 07:43:16 +0000
commit324f18fdd8eadcbb075d5b35f33ae0179ce5a387 (patch)
treea9100b059114c3c1bdf0b10ce84bb668349f32f9
parenta59c80a1da42c485888d26b7fe337120aada7793 (diff)
downloadpkgsrc-324f18fdd8eadcbb075d5b35f33ae0179ce5a387.tar.gz
Pullup ticket #6401 - requested by nia
net/bind911: build fix for i386 Revisions pulled up: - net/bind911/Makefile 1.36 - net/bind916/Makefile 1.8 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: nia Date: Wed Jan 13 09:34:30 UTC 2021 Modified Files: pkgsrc/net/bind911: Makefile pkgsrc/net/bind916: Makefile Log Message: bind: Disable atomic operations on i386 too. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/bind911/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/bind916/Makefile
-rw-r--r--net/bind911/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind911/Makefile b/net/bind911/Makefile
index 97e207c6866..05bc55190ab 100644
--- a/net/bind911/Makefile
+++ b/net/bind911/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/12/19 14:44:15 taca Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2021/01/30 07:43:16 spz Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -36,7 +36,8 @@ CONFIGURE_ARGS+= --with-python=no
CONFIGURE_ARGS+= --with-lmdb=no
.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
!empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
+ !empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
CONFIGURE_ARGS+= --disable-atomic
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""