[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Apr 15 21:47:48 UTC 2021
Date: Thursday, April 15, 2021 @ 21:47:47
Author: foutrelis
Revision: 412618
Fix build with CMake 3.20.1
Modified:
evolution-data-server/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-15 20:56:30 UTC (rev 412617)
+++ PKGBUILD 2021-04-15 21:47:47 UTC (rev 412618)
@@ -24,6 +24,9 @@
prepare() {
cd $pkgname
+
+ # PrintableOptions.cmake: Correct variable name comparison
+ git cherry-pick -n c95a70bfeae25ba11fbe50fe759a6cdb29388e44
}
build() {
More information about the arch-commits
mailing list