commit:     b4f950e928e8b0bf74bc8c14f4843a70cb15e151
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 07:06:55 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 07:07:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f950e9

games-action/garden: build with gcc5 (bug #572672)

Package-Manager: portage-2.2.26

 games-action/garden/garden-1.0.9.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-action/garden/garden-1.0.9.ebuild 
b/games-action/garden/garden-1.0.9.ebuild
index 39f6086..83edd1c 100644
--- a/games-action/garden/garden-1.0.9.ebuild
+++ b/games-action/garden/garden-1.0.9.ebuild
@@ -1,15 +1,15 @@
-# 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 gnome2-utils autotools games
+inherit eutils gnome2-utils autotools flag-o-matic games
 
 DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
 HOMEPAGE="http://garden.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
@@ -26,6 +26,7 @@ src_prepare() {
                -e 's/inline/extern inline/' \
                src/stuff.h || die
        eautoreconf
+       append-cflags -std=gnu89 # build with gcc5 (bug #572672)
 }
 
 src_install() {

Reply via email to