From 6ba1f0ab0a89f029b883dc7d07877c4efc975466 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 25 Apr 2018 00:35:42 +0200 Subject: Make kopete compile --- kde/patch/kopete/kopete_kdebug393372.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 kde/patch/kopete/kopete_kdebug393372.patch (limited to 'kde/patch/kopete/kopete_kdebug393372.patch') diff --git a/kde/patch/kopete/kopete_kdebug393372.patch b/kde/patch/kopete/kopete_kdebug393372.patch new file mode 100644 index 0000000..2d1b1f0 --- /dev/null +++ b/kde/patch/kopete/kopete_kdebug393372.patch @@ -0,0 +1,30 @@ +From b1f4fa1401cba2e359e5a4b3ea2bafd119fca62b Mon Sep 17 00:00:00 2001 +From: Pino Toscano +Date: Tue, 24 Apr 2018 06:30:19 +0200 +Subject: oscar: include buffer.h + +This header uses Buffer as by-value parameter, so make sure it knows +about it. + +BUG: 393372 +FIXED-IN: 18.04.1 +--- + protocols/oscar/liboscar/tasks/messagereceivertask.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/protocols/oscar/liboscar/tasks/messagereceivertask.h b/protocols/oscar/liboscar/tasks/messagereceivertask.h +index 8f52cd7..908e903 100644 +--- a/protocols/oscar/liboscar/tasks/messagereceivertask.h ++++ b/protocols/oscar/liboscar/tasks/messagereceivertask.h +@@ -21,6 +21,7 @@ + #include + #include "oscarmessage.h" + #include "oscartypeclasses.h" ++#include "buffer.h" + + class QTextCodec; + +-- +cgit v0.11.2 + + -- cgit v1.2.3