pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/ledger32



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 10:24:35 UTC 2025

Modified Files:
        pkgsrc/finance/ledger32: Makefile

Log Message:
ledger32: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/ledger32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/ledger32/Makefile
diff -u pkgsrc/finance/ledger32/Makefile:1.9 pkgsrc/finance/ledger32/Makefile:1.10
--- pkgsrc/finance/ledger32/Makefile:1.9        Sun Dec 29 15:09:47 2024
+++ pkgsrc/finance/ledger32/Makefile    Wed Aug 20 10:24:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/12/29 15:09:47 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/08/20 10:24:35 wiz Exp $
 
 DISTNAME=      ledger-3.2.1
 PKGREVISION=   5
@@ -26,6 +26,7 @@ TEST_ENV+=    DYLD_LIBRARY_PATH=${WRKSRC:Q}
 PYTHON_VERSIONS_ACCEPTED=      311 310 # PyUnicode_GET_SIZE
 
 CMAKE_CONFIGURE_ARGS+= -DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index