pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libatomic
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 19 14:50:44 UTC 2023
Modified Files:
pkgsrc/devel/libatomic: Makefile
Log Message:
libatomic: Require a c11 compiler for stdatomic.h.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libatomic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libatomic/Makefile
diff -u pkgsrc/devel/libatomic/Makefile:1.10 pkgsrc/devel/libatomic/Makefile:1.11
--- pkgsrc/devel/libatomic/Makefile:1.10 Sun May 7 10:08:48 2023
+++ pkgsrc/devel/libatomic/Makefile Wed Jul 19 14:50:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/05/07 10:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/19 14:50:44 nia Exp $
DISTNAME= gcc-13.1.0
PKGNAME= ${DISTNAME:S/gcc/libatomic/}
@@ -14,6 +14,9 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= c99 c++
USE_TOOLS+= gmake perl
+# Attempts to include stdatomic.h.
+USE_CC_FEATURES+= c11
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE_STRICT= no
Home |
Main Index |
Thread Index |
Old Index