diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 12:10:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 13:16:05 +0100 |
commit | 44f39950b3a43193931dcbae213fa65321e0aac8 (patch) | |
tree | 7aab055e8ed22573c8f2d93479bb49b5e16e9d2e /net-im | |
parent | dev-libs/injeqt: Fix build with GCC-7 (diff) | |
download | gentoo-44f39950b3a43193931dcbae213fa65321e0aac8.tar.gz gentoo-44f39950b3a43193931dcbae213fa65321e0aac8.tar.bz2 gentoo-44f39950b3a43193931dcbae213fa65321e0aac8.zip |
net-im/kadu: Fix build with GCC-7
Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Closes: https://bugs.gentoo.org/636738
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kadu/files/kadu-4.3-gcc7.patch | 10 | ||||
-rw-r--r-- | net-im/kadu/kadu-4.3-r1.ebuild | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net-im/kadu/files/kadu-4.3-gcc7.patch b/net-im/kadu/files/kadu-4.3-gcc7.patch new file mode 100644 index 000000000000..097157f98c77 --- /dev/null +++ b/net-im/kadu/files/kadu-4.3-gcc7.patch @@ -0,0 +1,10 @@ +--- a/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h ++++ b/kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h +@@ -20,6 +20,7 @@ + #pragma once + + #include <QtCore/QObject> ++#include <functional> + #include <map> + #include <set> + diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild index 64b44fa43c1a..5e1f571bbf74 100644 --- a/net-im/kadu/kadu-4.3-r1.ebuild +++ b/net-im/kadu/kadu-4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -103,6 +103,7 @@ word_fix PATCHES=( "${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch" "${FILESDIR}/${PN}-4.3-fix-plugins-rpath.patch" + "${FILESDIR}/${PN}-4.3-gcc7.patch" ) src_configure() { |