summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligra.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:07:05 +0100
commiteb82fdc2eafc3d1b5f837fcda2c4903106d9d79a (patch)
tree4faf464e6ba3d915031f30be18faadb92c31d3c2 /kde/patch/calligra.patch
parent270c1ba7053478dbd1c632eea18d6e54d51e4ecc (diff)
downloadktown-eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a.tar.gz
ktown-eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a.tar.xz
KDE 4.8.4 for Slackware 14.0 (07jun2012)4.8.4
Diffstat (limited to 'kde/patch/calligra.patch')
-rw-r--r--kde/patch/calligra.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/kde/patch/calligra.patch b/kde/patch/calligra.patch
new file mode 100644
index 0000000..973a8bf
--- /dev/null
+++ b/kde/patch/calligra.patch
@@ -0,0 +1,7 @@
+# Required patch for a successful compilation with gcc 4.7:
+# (still required for calligra-2.3.92)
+cat $CWD/patch/calligra/calligra-2.3.87_gcc47.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Patch for "corrupted document", side-effect of compiling calligra-2.4.0 with gcc-4.7.0:
+zcat $CWD/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+