diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 18:08:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 18:08:01 +0000 |
commit | 962c3b96b60136fb17e913897ac462b85a25a735 (patch) | |
tree | 3b673daa870178277f121e12e19aa9f947e6b459 /games-board | |
parent | games-board/xboard: filter LTO (type mismatch) (diff) | |
download | gentoo-962c3b96b60136fb17e913897ac462b85a25a735.tar.gz gentoo-962c3b96b60136fb17e913897ac462b85a25a735.tar.bz2 gentoo-962c3b96b60136fb17e913897ac462b85a25a735.zip |
games-board/xmille: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xmille/xmille-2.0-r4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/xmille/xmille-2.0-r4.ebuild b/games-board/xmille/xmille-2.0-r4.ebuild index 966fec4aec02..88cc7b1c9dff 100644 --- a/games-board/xmille/xmille-2.0-r4.ebuild +++ b/games-board/xmille/xmille-2.0-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 desktop toolchain-funcs +inherit desktop flag-o-matic toolchain-funcs DEB_PATCH_VER="13" DESCRIPTION="Mille Bournes card game" @@ -29,6 +29,9 @@ src_prepare() { } src_configure() { + # bug #858620 + filter-lto + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die } |