mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
Revert "games-util/mangohud: disable lto"
The issue is that MangoHud doesn't build with libc++
unrelated with LTO for now.
This reverts commit 46368c0982.
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user