Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/
Date: Thu, 31 Mar 2016 23:31:13
Message-Id: 1459467002.ba7edc1707a40855185a55faafa76a0b0c5768c9.mr_bones_@gentoo
1 commit: ba7edc1707a40855185a55faafa76a0b0c5768c9
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 23:27:45 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 23:30:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7edc17
7
8 games-fps/quakeforge: build with gcc5 (bug #570392)
9
10 Package-Manager: portage-2.2.26
11
12 games-fps/quakeforge/quakeforge-0.7.2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-fps/quakeforge/quakeforge-0.7.2.ebuild b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
16 index 91a109d..1bcffe2 100644
17 --- a/games-fps/quakeforge/quakeforge-0.7.2.ebuild
18 +++ b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -inherit eutils autotools games
27 +inherit eutils flag-o-matic autotools games
28
29 DESCRIPTION="new 3d engine based off of id Softwares's Quake and QuakeWorld game engine"
30 HOMEPAGE="http://www.quakeforge.net/"
31 @@ -47,6 +47,7 @@ DEPEND="${RDEPEND}
32 src_prepare() {
33 epatch "${FILESDIR}"/${P}-gentoo.patch
34 eautoreconf
35 + append-cflags -std=gnu89 # build with gcc5 (bug #570392)
36 }
37
38 src_configure() {