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 2D1E1139694 for ; Fri, 12 May 2017 23:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000C7E082D; Fri, 12 May 2017 23:24:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1E41E082D for ; Fri, 12 May 2017 23:24:24 +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 5B4E73416DF for ; Fri, 12 May 2017 23:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B74517427 for ; Fri, 12 May 2017 23:24:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1494631439.b6488c62a9152b802681ebed1e7af92c12bf43f9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2-scrobbler/files/, media-sound/xmms2-scrobbler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2-scrobbler/files/xmms2-scrobbler-0.4.0-gcc-7.patch media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild X-VCS-Directories: media-sound/xmms2-scrobbler/files/ media-sound/xmms2-scrobbler/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b6488c62a9152b802681ebed1e7af92c12bf43f9 X-VCS-Branch: master Date: Fri, 12 May 2017 23:24:21 +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: f290866f-7a7e-4dfa-9636-a72ff9f64946 X-Archives-Hash: 93e0744987dca7a4ca5e16664cc7ce1b commit: b6488c62a9152b802681ebed1e7af92c12bf43f9 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 12 23:23:59 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 12 23:23:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6488c62 media-sound/xmms2-scrobbler: fix gcc-7 build failure Add missing '' include for fprintf(). Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../xmms2-scrobbler/files/xmms2-scrobbler-0.4.0-gcc-7.patch | 8 ++++++++ media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/media-sound/xmms2-scrobbler/files/xmms2-scrobbler-0.4.0-gcc-7.patch b/media-sound/xmms2-scrobbler/files/xmms2-scrobbler-0.4.0-gcc-7.patch new file mode 100644 index 00000000000..383bb0596eb --- /dev/null +++ b/media-sound/xmms2-scrobbler/files/xmms2-scrobbler-0.4.0-gcc-7.patch @@ -0,0 +1,8 @@ +diff --git a/src/submission.c b/src/submission.c +index 422db0a..326b003 100644 +--- a/src/submission.c ++++ b/src/submission.c +@@ -24,2 +24,3 @@ + #include ++#include + #include "submission.h" diff --git a/media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild b/media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild index 524e5a21f24..3d8aaeaa2f9 100644 --- a/media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild +++ b/media-sound/xmms2-scrobbler/xmms2-scrobbler-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -22,6 +22,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch epatch "${FILESDIR}"/${P}-libs.patch epatch "${FILESDIR}"/${P}-ld-order.patch + epatch "${FILESDIR}"/${P}-gcc-7.patch } src_compile() {