mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kopete: Fix USE=oscar
Closes: https://bugs.gentoo.org/653626 Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
29
kde-apps/kopete/files/kopete-18.04.0-oscar.patch
Normal file
29
kde-apps/kopete/files/kopete-18.04.0-oscar.patch
Normal file
@@ -0,0 +1,29 @@
|
||||
From b1f4fa1401cba2e359e5a4b3ea2bafd119fca62b Mon Sep 17 00:00:00 2001
|
||||
From: Pino Toscano <pino@kde.org>
|
||||
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 <QByteArray>
|
||||
#include "oscarmessage.h"
|
||||
#include "oscartypeclasses.h"
|
||||
+#include "buffer.h"
|
||||
|
||||
class QTextCodec;
|
||||
|
||||
--
|
||||
cgit v0.11.2
|
||||
|
||||
@@ -137,6 +137,8 @@ DEPEND="${COMMONDEPEND}
|
||||
jingle? ( dev-libs/jsoncpp )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-oscar.patch" )
|
||||
|
||||
src_configure() {
|
||||
local x x2
|
||||
# Handle common stuff
|
||||
|
||||
Reference in New Issue
Block a user