summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 12:34:14 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 12:34:31 -0400
commit9e877958a6a356f3cd6a418f12c0d7571d7bc715 (patch)
tree7eb9b53ce3b5d97c528bb291db76693a6b4915e6
parentnet-fs/smbtatools: ebuilds fixes for newer samba and newer cmake (diff)
downloadgentoo-9e877958.tar.gz
gentoo-9e877958.tar.bz2
gentoo-9e877958.zip
games-simulation/lincity: build with gcc5 (bug #570574)
Package-Manager: portage-2.2.26
-rw-r--r--games-simulation/lincity/lincity-1.13.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/lincity/lincity-1.13.1.ebuild b/games-simulation/lincity/lincity-1.13.1.ebuild
index cbbe57f97ebd..6d94ee4008af 100644
--- a/games-simulation/lincity/lincity-1.13.1.ebuild
+++ b/games-simulation/lincity/lincity-1.13.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 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="city/country simulation game for X and Linux SVGALib"
HOMEPAGE="http://lincity.sourceforge.net/"
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
+ append-cflags -std=gnu89 # build with gcc5 (bug #570574)
}
src_configure() {