From 18074a63bbe978e0aea255e395287188fd16432e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 18 Jul 2022 20:53:47 -0400 Subject: games-fps/quakeforge: filter-lto This is already all sort of fragile and tempting to last-rite, probably not worth trying to figure lto out. Closes: https://bugs.gentoo.org/858755 Signed-off-by: Ionen Wolkens --- games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild | 6 ++++-- games-fps/quakeforge/quakeforge-9999.ebuild | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'games-fps/quakeforge') diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild b/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild index 1a58d8f86151..00b38e91bb28 100644 --- a/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild +++ b/games-fps/quakeforge/quakeforge-0.7.2_p20210722.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools readme.gentoo-r1 toolchain-funcs +inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -68,6 +68,8 @@ src_prepare() { } src_configure() { + filter-lto #858755 + qf_client() { echo $(usex client $(use_enable ${1}) --disable-${1}) } diff --git a/games-fps/quakeforge/quakeforge-9999.ebuild b/games-fps/quakeforge/quakeforge-9999.ebuild index 5a6d465477c4..8b48e19f6810 100644 --- a/games-fps/quakeforge/quakeforge-9999.ebuild +++ b/games-fps/quakeforge/quakeforge-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools readme.gentoo-r1 toolchain-funcs +inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -70,6 +70,8 @@ src_prepare() { } src_configure() { + filter-lto #858755 + qf_client() { usex client $(use_enable ${1}) --disable-${1} } -- cgit v1.2.3-18-g5258