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-rpg/gwiz/
Date: Thu, 31 Mar 2016 22:06:53
Message-Id: 1459461992.11cfc7ac4d7d2757711e3664ba48cdff108b6428.mr_bones_@gentoo
1 commit: 11cfc7ac4d7d2757711e3664ba48cdff108b6428
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 22:06:14 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 22:06:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cfc7ac
7
8 games-rpg/gwiz: build with gcc5 (bug #572532)
9
10 Package-Manager: portage-2.2.26
11
12 games-rpg/gwiz/gwiz-0.8.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild
16 index bcdc52d..9ddf2c3 100644
17 --- a/games-rpg/gwiz/gwiz-0.8.ebuild
18 +++ b/games-rpg/gwiz/gwiz-0.8.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 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 games
27 +inherit eutils flag-o-matic games
28
29 DESCRIPTION="clone of old-school Wizardry(tm) games by SirTech"
30 HOMEPAGE="http://icculus.org/gwiz/"
31 @@ -21,6 +21,7 @@ RDEPEND=${DEPEND}
32
33 src_prepare() {
34 epatch "${FILESDIR}"/${P}-buffer.patch
35 + append-cflags -std=gnu89 # build with gcc5 (bug #572532)
36 }
37
38 src_install() {