diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-31 03:06:55 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-03-31 03:07:20 -0400 |
commit | b4f950e928e8b0bf74bc8c14f4843a70cb15e151 (patch) | |
tree | 15d66b7ffc701b14a944a7c45b97439d53df9c06 /games-action | |
parent | dev-util/android-tools: add libresslsupport, bug 578150 (diff) | |
download | gentoo-b4f950e928e8b0bf74bc8c14f4843a70cb15e151.tar.gz gentoo-b4f950e928e8b0bf74bc8c14f4843a70cb15e151.tar.bz2 gentoo-b4f950e928e8b0bf74bc8c14f4843a70cb15e151.zip |
games-action/garden: build with gcc5 (bug #572672)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/garden/garden-1.0.9.ebuild | 7 |
1 files 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 39f6086349d2..83edd1c5993d 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() { |