summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 13:25:36 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-03-31 13:25:36 -0400
commit6b41e19d49cc3e0be2f7fbea35b5236ff7d1177f (patch)
tree3ed759f70b3a9441bdce5836c9db5641b7af794b /games-emulation
parentdev-java/joda-time: Clean up old. (diff)
downloadgentoo-6b41e19d49cc3e0be2f7fbea35b5236ff7d1177f.tar.gz
gentoo-6b41e19d49cc3e0be2f7fbea35b5236ff7d1177f.tar.bz2
gentoo-6b41e19d49cc3e0be2f7fbea35b5236ff7d1177f.zip
games-emulation/mamory: build with gcc5 (bug #570500)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mamory/mamory-0.2.25.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/mamory/mamory-0.2.25.ebuild b/games-emulation/mamory/mamory-0.2.25.ebuild
index e8049a40aaf4..3168f825a28b 100644
--- a/games-emulation/mamory/mamory-0.2.25.ebuild
+++ b/games-emulation/mamory/mamory-0.2.25.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 autotools games
+inherit autotools flag-o-matic games
DESCRIPTION="ROM management tools and library"
HOMEPAGE="http://mamory.sourceforge.net/"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="dev-libs/expat"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
src_prepare() {
# Make sure the system expat is used
@@ -34,6 +34,7 @@ src_prepare() {
common/Makefile.am || die
AT_M4DIR="config" eautoreconf
+ append-cflags -std=gnu89 # build with gcc5 (bug #570500)
}
src_configure() {