pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/maim



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 18 06:36:28 UTC 2025

Modified Files:
        pkgsrc/x11/maim: Makefile

Log Message:
maim: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/maim/Makefile

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

Modified files:

Index: pkgsrc/x11/maim/Makefile
diff -u pkgsrc/x11/maim/Makefile:1.28 pkgsrc/x11/maim/Makefile:1.29
--- pkgsrc/x11/maim/Makefile:1.28       Thu Apr 24 14:16:21 2025
+++ pkgsrc/x11/maim/Makefile    Mon Aug 18 06:36:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2025/04/24 14:16:21 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/08/18 06:36:27 wiz Exp $
 
 DISTNAME=      maim-5.8.0
 PKGREVISION=   5
@@ -17,6 +17,7 @@ USE_LANGUAGES=        c c++
 FORCE_CXX_STD= c++17
 
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index