commit:     ba7edc1707a40855185a55faafa76a0b0c5768c9
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 23:27:45 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 23:30:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7edc17

games-fps/quakeforge: build with gcc5 (bug #570392)

Package-Manager: portage-2.2.26

 games-fps/quakeforge/quakeforge-0.7.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-fps/quakeforge/quakeforge-0.7.2.ebuild 
b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
index 91a109d..1bcffe2 100644
--- a/games-fps/quakeforge/quakeforge-0.7.2.ebuild
+++ b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit eutils autotools games
+inherit eutils flag-o-matic autotools games
 
 DESCRIPTION="new 3d engine based off of id Softwares's Quake and QuakeWorld 
game engine"
 HOMEPAGE="http://www.quakeforge.net/";
@@ -47,6 +47,7 @@ DEPEND="${RDEPEND}
 src_prepare() {
        epatch "${FILESDIR}"/${P}-gentoo.patch
        eautoreconf
+       append-cflags -std=gnu89 # build with gcc5 (bug #570392)
 }
 
 src_configure() {

Reply via email to