Skip to content

Commit

Permalink
games-fps/quakeforge: build with gcc5 (bug #570392)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Mar 31, 2016
1 parent d5d7504 commit ba7edc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games-fps/quakeforge/quakeforge-0.7.2.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit ba7edc1

Please sign in to comment.