commit:     cd2871a0297f5a647741030912f03a7496b12b94
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 18:04:25 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 18:04:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2871a0

seems like the code is fragile (bug #559548) so drop down to very conservative 
CFLAGS

Package-Manager: portage-2.2.20.1

 games-rpg/freedink/freedink-108.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-rpg/freedink/freedink-108.4.ebuild 
b/games-rpg/freedink/freedink-108.4.ebuild
index 8d47573..dafba42 100644
--- a/games-rpg/freedink/freedink-108.4.ebuild
+++ b/games-rpg/freedink/freedink-108.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit games
+inherit flag-o-matic games
 
 DESCRIPTION="Dink Smallwood is an adventure/role-playing game, similar to 
Zelda (2D top view)"
 HOMEPAGE="http://www.freedink.org/";
@@ -32,6 +32,9 @@ src_prepare() {
        sed -i \
                -e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
                share/Makefile.in || die
+       # seems like the code is fragile (bug #559548)
+       filter-flags
+       replace-flags -O? -O0
 }
 
 src_configure() {

Reply via email to