From de2f62f96c9bd3b866d2805fdc3d75212a7b7b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 2 Oct 2017 16:20:12 +0200 Subject: games-arcade/bloboats: Add build fix for gcc-6, bug 598690 Closes: https://bugs.gentoo.org/598690 Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- games-arcade/bloboats/bloboats-1.0.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games-arcade/bloboats/bloboats-1.0.2.ebuild') diff --git a/games-arcade/bloboats/bloboats-1.0.2.ebuild b/games-arcade/bloboats/bloboats-1.0.2.ebuild index 0c138da1f23b..579487f2cdf4 100644 --- a/games-arcade/bloboats/bloboats-1.0.2.ebuild +++ b/games-arcade/bloboats/bloboats-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,6 +24,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-warnings.patch + epatch "${FILESDIR}"/${P}-gcc6.patch sed -i \ -e "/PREFIX/s://:${D}:" \ -e "/DATADIR/s:/usr/games/bloboats/data:${GAMES_DATADIR}/${PN}:" \ -- cgit v1.2.3