diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-06 12:04:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-06 17:20:47 +0200 |
commit | 7a9795178531839edbb8a79e1e5e16c543184268 (patch) | |
tree | d4aaa69bf90a6936a1f1475e35dc9bfb0c5f4b41 | |
parent | dev-lang/boogie: disable analyzers (diff) | |
download | gentoo-7a9795178531839edbb8a79e1e5e16c543184268.tar.gz gentoo-7a9795178531839edbb8a79e1e5e16c543184268.tar.bz2 gentoo-7a9795178531839edbb8a79e1e5e16c543184268.zip |
dev-lang/qore: unset LEX and YACC
Closes: https://bugs.gentoo.org/914760
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | dev-lang/qore/qore-1.19.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/qore/qore-1.19.1.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
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 |