From 752e8f080e3629f57a09a04da2f5a9a6da00bcbe Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 31 Mar 2016 13:31:24 -0400 Subject: [PATCH] games-arcade/cdogs-sdl: build with gcc5 (bug #571112) Package-Manager: portage-2.2.26 --- games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild index f0534386f851..1ff6623e8acb 100644 --- a/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild +++ b/games-arcade/cdogs-sdl/cdogs-sdl-0.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils games +inherit eutils flag-o-matic games CDOGS_DATA="cdogs-data-2007-07-06" DESCRIPTION="A port of the old DOS arcade game C-Dogs" @@ -32,10 +32,9 @@ src_prepare() { -e "/^CF_OPT/d" \ -e "/^CC/d" \ Makefile || die - sed -i \ - -e "/\bopen(/s/)/, 0666)/" \ - files.c || die + sed -i -e "/\bopen(/s/)/, 0666)/" files.c || die epatch "${FILESDIR}"/${P}-64bit.patch + append-cflags -std=gnu89 # build with gcc5 (bug #571112) } src_compile() { -- 2.26.2