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:   gutteridge
Date:           Tue Oct 17 02:52:25 UTC 2023

Modified Files:
        pkgsrc/devel/libatomic: Makefile

Log Message:
libatomic: tweak USE_LANGUAGES (USE_CC_FEATURES in use already)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/devel/libatomic/Makefile:1.13
--- pkgsrc/devel/libatomic/Makefile:1.12        Tue Oct 17 02:16:50 2023
+++ pkgsrc/devel/libatomic/Makefile     Tue Oct 17 02:52:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/17 02:16:50 gutteridge Exp $
+# $NetBSD: Makefile,v 1.13 2023/10/17 02:52:25 gutteridge Exp $
 
 DISTNAME=      gcc-13.2.0
 PKGNAME=       ${DISTNAME:S/gcc/libatomic/}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://gcc.gnu.org/
 COMMENT=       Atomic fallback implementation for GCC
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c99 c++
+USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl
 
 # Attempts to include stdatomic.h.



Home | Main Index | Thread Index | Old Index