mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -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 46368c09827e0b556293650c447fdb9cc808ee57. Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
parent
7e8a14d1ba
commit
d842ad9583
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user