pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/quickjs
Module Name: pkgsrc
Committed By: nia
Date: Wed Feb 21 10:54:36 UTC 2024
Modified Files:
pkgsrc/lang/quickjs: Makefile
Log Message:
quickjs: Requires c11 atomics support
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/quickjs/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/quickjs/Makefile
diff -u pkgsrc/lang/quickjs/Makefile:1.11 pkgsrc/lang/quickjs/Makefile:1.12
--- pkgsrc/lang/quickjs/Makefile:1.11 Tue Mar 7 14:38:03 2023
+++ pkgsrc/lang/quickjs/Makefile Wed Feb 21 10:54:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/03/07 14:38:03 he Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/21 10:54:36 nia Exp $
NAME= quickjs
QJS_DATE= 2021-03-27
@@ -20,6 +20,9 @@ MAKE_FLAGS= prefix=${PREFIX}
TEST_TARGET= test
AUTO_MKDIRS= yes
+# Requires C11 atomics support
+USE_CC_FEATURES+= c11
+
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lto
Home |
Main Index |
Thread Index |
Old Index