summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 18:06:14 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 18:06:32 -0400
commit11cfc7ac4d7d2757711e3664ba48cdff108b6428 (patch)
tree76eb2abc3519a3052095862dfc4d0e21bf5b046f /games-rpg/gwiz/gwiz-0.8.ebuild
parentdev-perl/Net-SMTP-SSL: Remove old (diff)
downloadgentoo-11cfc7ac4d7d2757711e3664ba48cdff108b6428.tar.gz
gentoo-11cfc7ac4d7d2757711e3664ba48cdff108b6428.tar.bz2
gentoo-11cfc7ac4d7d2757711e3664ba48cdff108b6428.zip
games-rpg/gwiz: build with gcc5 (bug #572532)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-rpg/gwiz/gwiz-0.8.ebuild')
-rw-r--r--games-rpg/gwiz/gwiz-0.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild
index bcdc52ddc4e6..9ddf2c30a405 100644
--- a/games-rpg/gwiz/gwiz-0.8.ebuild
+++ b/games-rpg/gwiz/gwiz-0.8.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
DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech"
HOMEPAGE="http://icculus.org/gwiz/"
@@ -21,6 +21,7 @@ RDEPEND=${DEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-buffer.patch
+ append-cflags -std=gnu89 # build with gcc5 (bug #572532)
}
src_install() {