pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/ledger



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 08:53:42 UTC 2025

Modified Files:
        pkgsrc/finance/ledger: Makefile

Log Message:
ledger: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/finance/ledger/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/ledger/Makefile
diff -u pkgsrc/finance/ledger/Makefile:1.40 pkgsrc/finance/ledger/Makefile:1.41
--- pkgsrc/finance/ledger/Makefile:1.40 Sun Dec 29 15:09:47 2024
+++ pkgsrc/finance/ledger/Makefile      Wed Aug 20 08:53:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/12/29 15:09:47 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/08/20 08:53:42 wiz Exp $
 
 DISTNAME=      ledger-3.3.2
 PKGREVISION=   8
@@ -24,6 +24,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