summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 19:27:45 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 19:30:02 -0400
commitba7edc1707a40855185a55faafa76a0b0c5768c9 (patch)
treeb22f7938be88828fd7bf96d8f08336715b426ec3 /games-fps
parentdev-java/jlex: Clean up old. (diff)
downloadgentoo-ba7edc1707a40855185a55faafa76a0b0c5768c9.tar.gz
gentoo-ba7edc1707a40855185a55faafa76a0b0c5768c9.tar.bz2
gentoo-ba7edc1707a40855185a55faafa76a0b0c5768c9.zip
games-fps/quakeforge: build with gcc5 (bug #570392)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quakeforge/quakeforge-0.7.2.ebuild5
1 files 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 91a109daa133..1bcffe26f361 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() {