pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json-c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:44:47 UTC 2025

Modified Files:
        pkgsrc/textproc/json-c: Makefile

Log Message:
json-c: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/json-c/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-c/Makefile
diff -u pkgsrc/textproc/json-c/Makefile:1.23 pkgsrc/textproc/json-c/Makefile:1.24
--- pkgsrc/textproc/json-c/Makefile:1.23        Sat Jan 11 14:31:24 2025
+++ pkgsrc/textproc/json-c/Makefile     Mon Aug 11 08:44:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/01/11 14:31:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/11 08:44:47 wiz Exp $
 
 DISTNAME=      json-c-0.18
 CATEGORIES=    textproc
@@ -11,6 +11,7 @@ LICENSE=      mit
 
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
 CMAKE_CONFIGURE_ARGS+= -DDISABLE_WERROR=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE+=   json-c.pc.in
 



Home | Main Index | Thread Index | Old Index