diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-12-31 05:52:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-12-31 05:52:15 +0800 |
commit | 3018ac3db3f75a1c2cfc28b02b4ba2d536b3ab79 (patch) | |
tree | a36ce3371105a435ffffbe6296b44945476a73b3 /graphics | |
parent | 34de62cdee98451d30b5158bbc1ef2734b5addb4 (diff) | |
download | freebsd-ports-gnome-3018ac3db3f75a1c2cfc28b02b4ba2d536b3ab79.tar.gz freebsd-ports-gnome-3018ac3db3f75a1c2cfc28b02b4ba2d536b3ab79.tar.zst freebsd-ports-gnome-3018ac3db3f75a1c2cfc28b02b4ba2d536b3ab79.zip |
Add upstream patch that fixes the build with Qt 5.9.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/krita/files/patch-git_2f59d0d1 | 22 |
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> |