aboutsummaryrefslogtreecommitdiff
path: root/graphics/krita
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-12-30 21:52:15 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-12-30 21:52:15 +0000
commit191052c5d1fcdb1e30f293f38d1148eea0eb6623 (patch)
treea36ce3371105a435ffffbe6296b44945476a73b3 /graphics/krita
parentf8b8e6e7eea1a610103904373cbf1347c1a17716 (diff)
downloadports-191052c5d1fcdb1e30f293f38d1148eea0eb6623.tar.gz
ports-191052c5d1fcdb1e30f293f38d1148eea0eb6623.zip
Add upstream patch that fixes the build with Qt 5.9.
Notes
Notes: svn path=/head/; revision=457643
Diffstat (limited to 'graphics/krita')
-rw-r--r--graphics/krita/files/patch-git_2f59d0d122
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/krita/files/patch-git_2f59d0d1 b/graphics/krita/files/patch-git_2f59d0d1
new file mode 100644
index 000000000000..da1c52045e18
--- /dev/null
+++ b/graphics/krita/files/patch-git_2f59d0d1
@@ -0,0 +1,22 @@
+From 2f59d0d1d91e3f79342c20d0df68aa9a51817e8d Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Sat, 6 May 2017 16:00:21 +0200
+Subject: [PATCH] Drop QForeachContainer include and fix Qt 5.9 build
+
+It's not used anywhere.
+
+Acked by boud.
+---
+ libs/ui/KisResourceBundleManifest.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- libs/ui/KisResourceBundleManifest.cpp
++++ libs/ui/KisResourceBundleManifest.cpp
+@@ -22,7 +22,6 @@
+ #include <QDomElement>
+ #include <QDomNode>
+ #include <QDomNodeList>
+-#include <QForeachContainer>
+
+ #include <KoXmlNS.h>
+ #include <KoXmlReader.h>