pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/janet



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb 21 10:57:08 UTC 2024

Modified Files:
        pkgsrc/lang/janet: Makefile

Log Message:
janet: Requires C11 atomics support


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/janet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/janet/Makefile
diff -u pkgsrc/lang/janet/Makefile:1.29 pkgsrc/lang/janet/Makefile:1.30
--- pkgsrc/lang/janet/Makefile:1.29     Wed Feb 14 18:39:36 2024
+++ pkgsrc/lang/janet/Makefile  Wed Feb 21 10:57:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/02/14 18:39:36 charlotte Exp $
+# $NetBSD: Makefile,v 1.30 2024/02/21 10:57:08 nia Exp $
 
 DISTNAME=      janet-1.33.0
 CATEGORIES=    lang
@@ -11,7 +11,9 @@ COMMENT=      Functional and imperative progr
 LICENSE=       mit
 
 USE_TOOLS+=    gmake
-USE_LANGUAGES= c99
+
+# Requires C11 atomics support
+USE_CC_FEATURES+=      c11
 
 BUILD_TARGET=  all build/janet.pc
 TEST_TARGET=   test



Home | Main Index | Thread Index | Old Index