diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 17:13:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 17:21:54 +0000 |
commit | 0e5d78f429e2df19e772f6f4a6b0f781470729ae (patch) | |
tree | 8fc68c1254dad6e8c8577313c08b7a8e321889d3 /games-arcade | |
parent | net-libs/webkit-gtk: x86 stable wrt bug #858146 (diff) | |
download | gentoo-0e5d78f429e2df19e772f6f4a6b0f781470729ae.tar.gz gentoo-0e5d78f429e2df19e772f6f4a6b0f781470729ae.tar.bz2 gentoo-0e5d78f429e2df19e772f6f4a6b0f781470729ae.zip |
games-arcade/xtux: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858605
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xtux/xtux-20030306-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-arcade/xtux/xtux-20030306-r1.ebuild b/games-arcade/xtux/xtux-20030306-r1.ebuild index 55e94f38231a..32bb2923ba65 100644 --- a/games-arcade/xtux/xtux-20030306-r1.ebuild +++ b/games-arcade/xtux/xtux-20030306-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop toolchain-funcs +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Multiplayer Gauntlet-style arcade game" HOMEPAGE="http://xtux.sourceforge.net/" @@ -32,6 +32,9 @@ src_prepare() { } src_configure() { + # bug #858605 + filter-lto + tc-export AR CC RANLIB } |