Skip to content

Commit

Permalink
games-fps/quakeforge: unset LEX to ensure flex
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Mar 25, 2023
1 parent c9dfdda commit 566f691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions games-fps/quakeforge/quakeforge-0.7.2_p20210722-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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})
Expand Down
4 changes: 2 additions & 2 deletions games-fps/quakeforge/quakeforge-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 566f691

Please sign in to comment.