summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-17 18:08:57 +0000
committerSam James <sam@gentoo.org>2022-07-17 18:08:57 +0000
commit662e26354462659902688a72aa6eab60a165353b (patch)
tree187aa693fad7ba9c74be5dcb347fba6dae5569a7 /games-board
parentgames-board/xmille: filter LTO (type mismatch) (diff)
downloadgentoo-662e26354462659902688a72aa6eab60a165353b.tar.gz
gentoo-662e26354462659902688a72aa6eab60a165353b.tar.bz2
gentoo-662e26354462659902688a72aa6eab60a165353b.zip
games-board/xscrabble: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858623 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/xscrabble/xscrabble-2.10-r4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/xscrabble/xscrabble-2.10-r4.ebuild b/games-board/xscrabble/xscrabble-2.10-r4.ebuild
index f60f7b5ce43f..89303a0e6ce2 100644
--- a/games-board/xscrabble/xscrabble-2.10-r4.ebuild
+++ b/games-board/xscrabble/xscrabble-2.10-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="An X11 clone of the well-known Scrabble"
HOMEPAGE="http://freshmeat.net/projects/xscrabble/?topic_id=80"
@@ -52,6 +52,9 @@ src_prepare() {
}
src_configure() {
+ # bug #858623
+ filter-lto
+
tc-export AR CC LD RANLIB
export IMAKECPP=${IMAKECPP:-$(tc-getCPP)}
}