pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/akonadi-search



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Sep 10 21:13:50 UTC 2026

Modified Files:
        pkgsrc/misc/akonadi-search: Makefile

Log Message:
akonadi-search: explicitly disable finding Corrosion


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/akonadi-search/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/akonadi-search/Makefile
diff -u pkgsrc/misc/akonadi-search/Makefile:1.27 pkgsrc/misc/akonadi-search/Makefile:1.28
--- pkgsrc/misc/akonadi-search/Makefile:1.27    Sun Sep  6 11:02:57 2026
+++ pkgsrc/misc/akonadi-search/Makefile Thu Sep 10 21:13:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2026/09/06 11:02:57 markd Exp $
+# $NetBSD: Makefile,v 1.28 2026/09/10 21:13:50 markd Exp $
 
 DISTNAME=      akonadi-search-${KAPPSVER}
 CATEGORIES=    misc
@@ -11,6 +11,9 @@ LICENSE=      gnu-lgpl-v2 AND gnu-gpl-v2
 
 USE_TOOLS+=    msgmerge pkg-config
 
+
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Corrosion=ON
+
 SUBST_CLASSES+=                fix-moc
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes



Home | Main Index | Thread Index | Old Index