pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/json-schema
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 26 22:28:42 UTC 2026
Modified Files:
pkgsrc/textproc/json-schema: Makefile
Log Message:
json-schema: now needs C++17
probably due to the jsoncpp update
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/json-schema/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/json-schema/Makefile
diff -u pkgsrc/textproc/json-schema/Makefile:1.13 pkgsrc/textproc/json-schema/Makefile:1.14
--- pkgsrc/textproc/json-schema/Makefile:1.13 Mon Aug 11 12:33:23 2025
+++ pkgsrc/textproc/json-schema/Makefile Thu Mar 26 22:28:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/08/11 12:33:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/03/26 22:28:42 wiz Exp $
DISTNAME= json-schema-1.4
CATEGORIES= textproc
@@ -15,6 +15,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= perl:test pkg-config
TEST_TARGET= test
+USE_CXX_FEATURES= c++17
+FORCE_CXX_STD= c++17
+
CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
.include "../../devel/cmake/build.mk"
Home |
Main Index |
Thread Index |
Old Index