From d842ad958387c91f9340255bc46986fb89a547b4 Mon Sep 17 00:00:00 2001 From: Adel KARA SLIMANE Date: Sat, 28 Dec 2024 02:49:35 +0100 Subject: [PATCH] Revert "games-util/mangohud: disable lto" The issue is that MangoHud doesn't build with libc++ unrelated with LTO for now. This reverts commit 46368c09827e0b556293650c447fdb9cc808ee57. Signed-off-by: Adel KARA SLIMANE --- games-util/mangohud/mangohud-0.7.2-r1.ebuild | 3 --- games-util/mangohud/mangohud-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.2-r1.ebuild b/games-util/mangohud/mangohud-0.7.2-r1.ebuild index f2c48d53b8..568302aad1 100644 --- a/games-util/mangohud/mangohud-0.7.2-r1.ebuild +++ b/games-util/mangohud/mangohud-0.7.2-r1.ebuild @@ -92,9 +92,6 @@ RDEPEND=" " src_unpack() { - # Since the package dosent compile with lto (for LLVM at least) just filter it - filter-lto - default [[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die ) diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 7447e22a51..5d39251e92 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -92,9 +92,6 @@ RDEPEND=" " src_unpack() { - # Since the package dosent compile with lto (for LLVM at least) just filter it - filter-lto - default [[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )