diff options
author | Sam James <sam@gentoo.org> | 2022-12-02 22:33:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-02 22:34:07 +0000 |
commit | 5d625775a8d03535e7eea28b56eff54f7a63ebb5 (patch) | |
tree | 887bc3304867240f3ed28c4691b4b86a1e52da23 /sys-devel/bc | |
parent | gnome-base/nautilus: Version bump to 43.1 (diff) | |
download | gentoo-5d625775a8d03535e7eea28b56eff54f7a63ebb5.tar.gz gentoo-5d625775a8d03535e7eea28b56eff54f7a63ebb5.tar.bz2 gentoo-5d625775a8d03535e7eea28b56eff54f7a63ebb5.zip |
sys-devel/bc: explicitly set LEX=flex
We already BDEPEND on flex.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/bc-1.07.1-r6.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-devel/bc/bc-1.07.1-r6.ebuild b/sys-devel/bc/bc-1.07.1-r6.ebuild index 83e40a7d2488..175d05638d79 100644 --- a/sys-devel/bc/bc-1.07.1-r6.ebuild +++ b/sys-devel/bc/bc-1.07.1-r6.ebuild @@ -57,6 +57,10 @@ src_configure() { # who knows when they'll make another release. append-lfs-flags + # configure dies with other lexes: + # "configure: error: readline works only with flex." + export LEX=flex + econf "${myconf[@]}" # Do not regen docs -- configure produces a small fragment that includes |