diff options
Diffstat (limited to 'sys-devel')
-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 |