summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-09-03 14:04:25 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-09-03 14:04:37 -0400
commitcd2871a0297f5a647741030912f03a7496b12b94 (patch)
treeff5949d4c87646477475eff7fe72b18f2d65b4e3 /games-rpg
parentsci-geosciences/qmapshack: initial import (diff)
downloadgentoo-cd2871a0297f5a647741030912f03a7496b12b94.tar.gz
gentoo-cd2871a0297f5a647741030912f03a7496b12b94.tar.bz2
gentoo-cd2871a0297f5a647741030912f03a7496b12b94.zip
seems like the code is fragile (bug #559548) so drop down to very conservative CFLAGS
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/freedink/freedink-108.4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-rpg/freedink/freedink-108.4.ebuild b/games-rpg/freedink/freedink-108.4.ebuild
index 8d47573110d9..dafba425737d 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() {