pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q4] pkgsrc/net/bind911
Module Name: pkgsrc
Committed By: spz
Date: Sat Jan 30 07:43:16 UTC 2021
Modified Files:
pkgsrc/net/bind911 [pkgsrc-2020Q4]: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.2.1 pkgsrc/net/bind911/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.35 pkgsrc/net/bind911/Makefile:1.35.2.1
--- pkgsrc/net/bind911/Makefile:1.35 Sat Dec 19 14:44:15 2020
+++ pkgsrc/net/bind911/Makefile Sat Jan 30 07:43:16 2021
@@ -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} != ""
Home |
Main Index |
Thread Index |
Old Index