summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/gawk/gawk-5.2.1.ebuild')
-rw-r--r--sys-apps/gawk/gawk-5.2.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/gawk/gawk-5.2.1.ebuild b/sys-apps/gawk/gawk-5.2.1.ebuild
index d4a984a836c7..20e0b2120e33 100644
--- a/sys-apps/gawk/gawk-5.2.1.ebuild
+++ b/sys-apps/gawk/gawk-5.2.1.ebuild
@@ -82,6 +82,11 @@ src_configure() {
# Avoid automagic dependency on libsigsegv
export ac_cv_libsigsegv=no
+ # README says gawk may not work properly if built with non-Bison.
+ # We already BDEPEND on Bison, so just unset YACC rather than
+ # guessing if we need to do yacc.bison or bison -y.
+ unset YACC
+
local myeconfargs=(
--cache-file="${S}"/config.cache
--libexec='$(libdir)/misc'