pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lensfun



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:45:39 UTC 2025

Modified Files:
        pkgsrc/graphics/lensfun: Makefile

Log Message:
lensfun: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/lensfun/Makefile

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

Modified files:

Index: pkgsrc/graphics/lensfun/Makefile
diff -u pkgsrc/graphics/lensfun/Makefile:1.46 pkgsrc/graphics/lensfun/Makefile:1.47
--- pkgsrc/graphics/lensfun/Makefile:1.46       Sun Aug 25 06:18:51 2024
+++ pkgsrc/graphics/lensfun/Makefile    Mon Aug 11 08:45:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/08/25 06:18:51 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/08/11 08:45:38 wiz Exp $
 
 DISTNAME=      lensfun-0.3.4
 PKGREVISION=   1
@@ -26,6 +26,8 @@ REPLACE_PYTHON+=      apps/lensfun/__init__.p
 REPLACE_PYTHON+=       apps/lensfun-add-adapter
 REPLACE_PYTHON+=       apps/lensfun-update-data
 
+CMAKE_CONFIGURE_ARGS+=         -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} != "x86_64"



Home | Main Index | Thread Index | Old Index