summaryrefslogtreecommitdiff
path: root/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch')
-rw-r--r--net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch b/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
new file mode 100644
index 000000000000..b5db5c1966e2
--- /dev/null
+++ b/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
@@ -0,0 +1,13 @@
+Bug: https://bugs.gentoo.org/645392
+
+--- a/src/common/davjob.cpp
++++ b//src/common/davjob.cpp
+@@ -20,6 +20,8 @@
+
+ #include "daverror.h"
+
++#include <QDebug>
++
+ using namespace KDAV2;
+
+ class DavJobPrivate {