From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97ED113888F for ; Wed, 7 Oct 2015 14:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD12E0806; Wed, 7 Oct 2015 14:52:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA1CBE0806 for ; Wed, 7 Oct 2015 14:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86BAF340139 for ; Wed, 7 Oct 2015 14:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9B2B22 for ; Wed, 7 Oct 2015 14:52:03 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444229517.e121815fa352616db9031e5c366065c577795b22.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnubg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnubg/gnubg-1.05.000.ebuild X-VCS-Directories: games-board/gnubg/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e121815fa352616db9031e5c366065c577795b22 X-VCS-Branch: master Date: Wed, 7 Oct 2015 14:52:03 +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: 55374630-3c4f-4932-91e8-d451f5b81d3d X-Archives-Hash: 5fb80cda6926a5b6b96001de01fd0b81 commit: e121815fa352616db9031e5c366065c577795b22 Author: Mike Frysinger gentoo org> AuthorDate: Wed Oct 7 14:51:25 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Oct 7 14:51:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e121815f games-boards/gnubg: fix building w/gcc-5 #551896 This is mostly a hack around broken gnubg headers, but it works, and upstream has been notified of the problem, so let them sort it out. games-board/gnubg/gnubg-1.05.000.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games-board/gnubg/gnubg-1.05.000.ebuild b/games-board/gnubg/gnubg-1.05.000.ebuild index 90c280a..1399aa9 100644 --- a/games-board/gnubg/gnubg-1.05.000.ebuild +++ b/games-board/gnubg/gnubg-1.05.000.ebuild @@ -55,6 +55,9 @@ src_prepare() { -e '/^gnubgiconsdir / s#=.*#= /usr/share#' \ -e '/^gnubgpixmapsdir / s#=.*#= /usr/share/pixmaps#' \ pixmaps/Makefile.in || die + sed -i \ + -e '1i#include ' \ + copying.c || die #551896 } src_configure() {