commit: 752e8f080e3629f57a09a04da2f5a9a6da00bcbe
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 17:31:24 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 17:31:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752e8f08
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 f053438..1ff6623 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() {