pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 19:58:50 UTC 2023

Modified Files:
        pkgsrc/net/bind918: Makefile

Log Message:
bind918: Require at least GCC 4.9 for stdatomic.h.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/bind918/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/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.12 pkgsrc/net/bind918/Makefile:1.13
--- pkgsrc/net/bind918/Makefile:1.12    Wed Jun 21 14:42:23 2023
+++ pkgsrc/net/bind918/Makefile Wed Jul 12 19:58:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/06/21 14:42:23 taca Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/12 19:58:50 nia Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -13,6 +13,9 @@ LICENSE=      mpl-2.0
 
 CONFLICTS+=    host-[0-9]*
 
+# GCC 4.9 added support for C11 atomics.
+GCC_REQD+=     4.9
+
 MAKE_JOBS_SAFE=        no
 
 BIND_VERSION=  9.18.16



Home | Main Index | Thread Index | Old Index