pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/rapidjson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:34:16 UTC 2025

Modified Files:
        pkgsrc/textproc/rapidjson: Makefile

Log Message:
rapidjson: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/rapidjson/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/rapidjson/Makefile
diff -u pkgsrc/textproc/rapidjson/Makefile:1.11 pkgsrc/textproc/rapidjson/Makefile:1.12
--- pkgsrc/textproc/rapidjson/Makefile:1.11     Sun Aug 25 06:19:17 2024
+++ pkgsrc/textproc/rapidjson/Makefile  Mon Aug 11 08:34:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/08/25 06:19:17 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/11 08:34:16 wiz Exp $
 
 DISTNAME=      rapidjson-1.1.0
 PKGREVISION=   2
@@ -17,6 +17,7 @@ USE_CXX_FEATURES=     c++11
 
 CMAKE_CONFIGURE_ARGS+=         -DRAPIDJSON_BUILD_TESTS=OFF
 CMAKE_CONFIGURE_ARGS+=         -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
+CMAKE_CONFIGURE_ARGS+=         -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE+=   RapidJSON.pc.in
 BUILDLINK_TRANSFORM+=  rm:-march=native rm:-Werror



Home | Main Index | Thread Index | Old Index