pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   rin
Date:           Tue Jul 20 06:41:46 UTC 2021

Modified Files:
        pkgsrc/net/bind916: Makefile

Log Message:
net/bind916 --disable-atomic is no longer supported


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/bind916/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/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.20 pkgsrc/net/bind916/Makefile:1.21
--- pkgsrc/net/bind916/Makefile:1.20    Tue Jul 20 06:39:45 2021
+++ pkgsrc/net/bind916/Makefile Tue Jul 20 06:41:46 2021
@@ -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_SYS
 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
 



Home | Main Index | Thread Index | Old Index