commit: 7a9795178531839edbb8a79e1e5e16c543184268 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Oct 6 10:04:07 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Oct 6 15:20:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a979517
dev-lang/qore: unset LEX and YACC Closes: https://bugs.gentoo.org/914760 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/qore/qore-1.19.0.ebuild | 4 ++++ dev-lang/qore/qore-1.19.1.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-lang/qore/qore-1.19.0.ebuild b/dev-lang/qore/qore-1.19.0.ebuild index 5ca2ae1bc341..470c8707dfd1 100644 --- a/dev-lang/qore/qore-1.19.0.ebuild +++ b/dev-lang/qore/qore-1.19.0.ebuild @@ -47,6 +47,10 @@ src_prepare() { } src_configure() { + # Needs "bison" and "flex" exactly. + unset LEX + unset YACC + local -a myconf=( --disable-optimization --disable-profile diff --git a/dev-lang/qore/qore-1.19.1.ebuild b/dev-lang/qore/qore-1.19.1.ebuild index 5ca2ae1bc341..470c8707dfd1 100644 --- a/dev-lang/qore/qore-1.19.1.ebuild +++ b/dev-lang/qore/qore-1.19.1.ebuild @@ -47,6 +47,10 @@ src_prepare() { } src_configure() { + # Needs "bison" and "flex" exactly. + unset LEX + unset YACC + local -a myconf=( --disable-optimization --disable-profile
