diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-03-24 20:00:04 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-24 20:01:33 -0400 |
commit | 566f6914104b437b073c896f0c906d430e30a631 (patch) | |
tree | f902ece0653e4d87c4379ef2ffb88de056dc7227 /games-fps/quakeforge | |
parent | app-editors/ghex: Version bump to 44.0 (diff) | |
download | gentoo-566f6914104b437b073c896f0c906d430e30a631.tar.gz gentoo-566f6914104b437b073c896f0c906d430e30a631.tar.bz2 gentoo-566f6914104b437b073c896f0c906d430e30a631.zip |
games-fps/quakeforge: unset LEX to ensure flex
This package is rather fragile, and (any) alternatives have
a tendency to not work.
Closes: https://bugs.gentoo.org/902997
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-fps/quakeforge')
-rw-r--r-- | games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild | 4 | ||||
-rw-r--r-- | games-fps/quakeforge/quakeforge-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild b/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild index 7bdc0b312807..39d69b2b24e3 100644 --- a/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild +++ b/games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,7 @@ src_prepare() { src_configure() { filter-lto #858755 - unset YACC #884287 + unset LEX YACC #902997,884287 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 b01e565bec43..9c6f72e80f93 100644 --- a/games-fps/quakeforge/quakeforge-9999.ebuild +++ b/games-fps/quakeforge/quakeforge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ src_prepare() { src_configure() { filter-lto #858755 - unset YACC #884287 + unset LEX YACC #902997,884287 qf_client() { usex client $(use_enable ${1}) --disable-${1} |