mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
games-arcade/xtux: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858605 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user