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 02C42139695 for ; Sun, 30 Jul 2017 09:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C6A01FC0CD; Sun, 30 Jul 2017 09:10:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EA8C71FC0DF for ; Sun, 30 Jul 2017 09:10:13 +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 2EFCF34184D for ; Sun, 30 Jul 2017 09:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08DC874CA for ; Sun, 30 Jul 2017 09:10:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501405750.56f42357d0ae0208813406989a847c2fa5d9812d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/criticalmass/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/criticalmass/criticalmass-1.0.2.ebuild X-VCS-Directories: games-arcade/criticalmass/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 56f42357d0ae0208813406989a847c2fa5d9812d X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:10:07 +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: bf878e5d-a50c-4480-9832-39922f0316cd X-Archives-Hash: 955c7d014be6c0ab5d1c7338d8c6a4b8 commit: 56f42357d0ae0208813406989a847c2fa5d9812d Author: Peter Levine gmail com> AuthorDate: Fri Jul 21 03:05:47 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 09:09:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f42357 games-arcade/criticalmass: Fix building with GCC-6 Bug: https://bugs.gentoo.org/show_bug.cgi?id=612758 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5156 games-arcade/criticalmass/criticalmass-1.0.2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild index dfb5bb085d9..b3e5262bb5d 100644 --- a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild +++ b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils games +inherit autotools eutils flag-o-matic games DESCRIPTION="SDL/OpenGL space shoot'em up game" HOMEPAGE="http://criticalmass.sourceforge.net/" @@ -32,6 +32,11 @@ src_prepare() { eautoreconf } +src_configure() { + append-cxxflags -std=gnu++98 # Bug 612758 + default +} + src_install() { default rm -f "${D}${GAMES_BINDIR}/Packer"