Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/, net-im/kadu/files/
Date: Thu, 22 Mar 2018 12:22:25
Message-Id: 1521720965.44f39950b3a43193931dcbae213fa65321e0aac8.asturm@gentoo
1 commit: 44f39950b3a43193931dcbae213fa65321e0aac8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 11:10:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 12:16:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f39950
7
8 net-im/kadu: Fix build with GCC-7
9
10 Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail.com>
11 Closes: https://bugs.gentoo.org/636738
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 net-im/kadu/files/kadu-4.3-gcc7.patch | 10 ++++++++++
15 net-im/kadu/kadu-4.3-r1.ebuild | 3 ++-
16 2 files changed, 12 insertions(+), 1 deletion(-)
17
18 diff --git a/net-im/kadu/files/kadu-4.3-gcc7.patch b/net-im/kadu/files/kadu-4.3-gcc7.patch
19 new file mode 100644
20 index 00000000000..097157f98c7
21 --- /dev/null
22 +++ b/net-im/kadu/files/kadu-4.3-gcc7.patch
23 @@ -0,0 +1,10 @@
24 +--- a/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
25 ++++ b/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h
26 +@@ -20,6 +20,7 @@
27 + #pragma once
28 +
29 + #include <QtCore/QObject>
30 ++#include <functional>
31 + #include <map>
32 + #include <set>
33 +
34
35 diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild
36 index 64b44fa43c1..5e1f571bbf7 100644
37 --- a/net-im/kadu/kadu-4.3-r1.ebuild
38 +++ b/net-im/kadu/kadu-4.3-r1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI="6"
45 @@ -103,6 +103,7 @@ word_fix
46 PATCHES=(
47 "${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch"
48 "${FILESDIR}/${PN}-4.3-fix-plugins-rpath.patch"
49 + "${FILESDIR}/${PN}-4.3-gcc7.patch"
50 )
51
52 src_configure() {