pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ebook-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:41:31 UTC 2025

Modified Files:
        pkgsrc/textproc/ebook-tools: Makefile

Log Message:
ebook-tools: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/ebook-tools/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/ebook-tools/Makefile
diff -u pkgsrc/textproc/ebook-tools/Makefile:1.38 pkgsrc/textproc/ebook-tools/Makefile:1.39
--- pkgsrc/textproc/ebook-tools/Makefile:1.38   Thu Apr 17 21:52:33 2025
+++ pkgsrc/textproc/ebook-tools/Makefile        Mon Aug 11 08:41:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2025/04/17 21:52:33 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/08/11 08:41:31 wiz Exp $
 
 # also update lit2epub if you update this package.
 DISTNAME=      ebook-tools-0.2.2
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 USE_LANGUAGES= c c++
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 .include "../../devel/cmake/build.mk"
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../devel/cmake/buildlink3.mk"



Home | Main Index | Thread Index | Old Index