summaryrefslogtreecommitdiffstats
path: root/kde/patch/krita.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-06-25 12:46:41 +0200
committer Eric Hameleers <alien@slackware.com>2017-06-25 12:46:41 +0200
commit3099659954b53ec4362258745bdca190d54e0a59 (patch)
treee4ef251b6ac979a738f5da6825cf89cf75a5269d /kde/patch/krita.patch
parent2e70c8e4eec359b7f06aaf60a2f6048fe526671f (diff)
downloadktown-3099659954b53ec4362258745bdca190d54e0a59.tar.gz
ktown-3099659954b53ec4362258745bdca190d54e0a59.tar.xz
krita needs a patch to compile against Qt 5.9
Diffstat (limited to 'kde/patch/krita.patch')
-rw-r--r--kde/patch/krita.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde/patch/krita.patch b/kde/patch/krita.patch
new file mode 100644
index 0000000..3f1486b
--- /dev/null
+++ b/kde/patch/krita.patch
@@ -0,0 +1,3 @@
+# Fix compilation of Krita against Qt 5.9:
+cat $CWD/patch/krita/krita_qt59.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+