From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FBBF1382C5 for ; Thu, 22 Mar 2018 12:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED8FE09A7; Thu, 22 Mar 2018 12:22:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA175E09A7 for ; Thu, 22 Mar 2018 12:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B80335C4A for ; Thu, 22 Mar 2018 12:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1209826D for ; Thu, 22 Mar 2018 12:22:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1521720965.44f39950b3a43193931dcbae213fa65321e0aac8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/, net-im/kadu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/kadu/files/kadu-4.3-gcc7.patch net-im/kadu/kadu-4.3-r1.ebuild X-VCS-Directories: net-im/kadu/ net-im/kadu/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44f39950b3a43193931dcbae213fa65321e0aac8 X-VCS-Branch: master Date: Thu, 22 Mar 2018 12:22:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5baa0e7-7cb5-4f78-998e-0f97aa450f7f X-Archives-Hash: 39a7f7e1300de640213ca3de954d8621 commit: 44f39950b3a43193931dcbae213fa65321e0aac8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 11:10:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 12:16:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f39950 net-im/kadu: Fix build with GCC-7 Thanks-to: Arfrever Frehtes Taifersar Arahesis gmail.com> Closes: https://bugs.gentoo.org/636738 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-im/kadu/files/kadu-4.3-gcc7.patch | 10 ++++++++++ net-im/kadu/kadu-4.3-r1.ebuild | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 00000000000..097157f98c7 --- /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 ++#include + #include + #include + diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild index 64b44fa43c1..5e1f571bbf7 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() {