pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/kdepim-runtime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 24 06:38:06 UTC 2025

Modified Files:
        pkgsrc/misc/kdepim-runtime: Makefile

Log Message:
kdepim-runtime: doesn't build with ninja generator


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/kdepim-runtime/Makefile

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

Modified files:

Index: pkgsrc/misc/kdepim-runtime/Makefile
diff -u pkgsrc/misc/kdepim-runtime/Makefile:1.21 pkgsrc/misc/kdepim-runtime/Makefile:1.22
--- pkgsrc/misc/kdepim-runtime/Makefile:1.21    Thu Apr 24 14:15:06 2025
+++ pkgsrc/misc/kdepim-runtime/Makefile Sun Aug 24 06:38:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/04/24 14:15:06 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/08/24 06:38:06 wiz Exp $
 
 DISTNAME=      kdepim-runtime-${KAPPSVER}
 PKGREVISION=   13
@@ -8,6 +8,9 @@ HOMEPAGE=       https://community.kde.org/KDE_
 COMMENT=       Extends the functionality of kdepim
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
+# resources/ews/test/isolatedtestbase.cpp:15:10: fatal error: ewsresourceinterface.h: No such file or directory
+CMAKE_GENERATORS_INCOMPATIBLE= ninja
+
 .include "../../meta-pkgs/kde/applications.mk"
 
 TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools



Home | Main Index | Thread Index | Old Index