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: Mon Aug 11 08:50:14 UTC 2025
Modified Files:
pkgsrc/textproc/json-schema: Makefile
Log Message:
json-schema: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/textproc/json-schema/Makefile:1.12
--- pkgsrc/textproc/json-schema/Makefile:1.11 Sun Aug 25 06:19:15 2024
+++ pkgsrc/textproc/json-schema/Makefile Mon Aug 11 08:50:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/08/25 06:19:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/11 08:50:14 wiz Exp $
DISTNAME= json-schema-1.3
PKGREVISION= 3
@@ -14,9 +14,11 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_TOOLS+= perl:test pkg-config
-CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
TEST_TARGET= test
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
.include "../../devel/cmake/build.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../textproc/jsoncpp/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index