summaryrefslogtreecommitdiffstats
path: root/source/kde/patch/calligra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/patch/calligra.patch')
-rw-r--r--source/kde/patch/calligra.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/kde/patch/calligra.patch b/source/kde/patch/calligra.patch
new file mode 100644
index 000000000..9e109851d
--- /dev/null
+++ b/source/kde/patch/calligra.patch
@@ -0,0 +1,6 @@
+# Fix build with mariadb 10.2+:
+zcat $CWD/patch/calligra/calligra.mariadb.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Patch for boost 1.65.0+:
+zcat $CWD/patch/calligra/boost-1.65.0.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+