From 46368c09827e0b556293650c447fdb9cc808ee57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Wed, 25 Dec 2024 20:53:15 +0000 Subject: [PATCH] games-util/mangohud: disable lto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/942290 Signed-off-by: Gonçalo Negrier Duarte --- .../{mangohud-0.7.2.ebuild => mangohud-0.7.2-r1.ebuild} | 2 ++ games-util/mangohud/mangohud-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) rename games-util/mangohud/{mangohud-0.7.2.ebuild => mangohud-0.7.2-r1.ebuild} (97%) diff --git a/games-util/mangohud/mangohud-0.7.2.ebuild b/games-util/mangohud/mangohud-0.7.2-r1.ebuild similarity index 97% rename from games-util/mangohud/mangohud-0.7.2.ebuild rename to games-util/mangohud/mangohud-0.7.2-r1.ebuild index 8cd534499f..fefcf12e1a 100644 --- a/games-util/mangohud/mangohud-0.7.2.ebuild +++ b/games-util/mangohud/mangohud-0.7.2-r1.ebuild @@ -91,6 +91,8 @@ RDEPEND=" " src_unpack() { + # Since the package dosent compile with lto (for LLVM at least) just filter it + filter-lto default diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 22f80c8f62..d270b32323 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -91,6 +91,8 @@ RDEPEND=" " src_unpack() { + # Since the package dosent compile with lto (for LLVM at least) just filter it + filter-lto default