summaryrefslogtreecommitdiff
path: root/games-fps/quakeforge/quakeforge-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-19 08:38:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-19 08:38:29 +0100
commitdbb637a643576bbb9286907cd6c73e3cda3ca1f6 (patch)
treee2431b0c6a4b1c6787601ecc675d72401b00cd3a /games-fps/quakeforge/quakeforge-9999.ebuild
parentb5c8e7977a8950fe976559fbed28db9c0bcd3d6f (diff)
gentoo auto-resync : 19:07:2022 - 08:38:29
Diffstat (limited to 'games-fps/quakeforge/quakeforge-9999.ebuild')
-rw-r--r--games-fps/quakeforge/quakeforge-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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}
}