diff options
Diffstat (limited to 'app-text/recode/recode-3.7.12.ebuild')
-rw-r--r-- | app-text/recode/recode-3.7.12.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/recode/recode-3.7.12.ebuild b/app-text/recode/recode-3.7.12.ebuild index b4f1454b52ae..73dc2c7e5900 100644 --- a/app-text/recode/recode-3.7.12.ebuild +++ b/app-text/recode/recode-3.7.12.ebuild @@ -47,8 +47,11 @@ src_configure() { # on solaris -lintl is needed to compile [[ ${CHOST} == *-solaris* ]] && append-libs "-lintl" - # --without-included-gettext means we always use system headers - # and library + # -fanalyzer substantially slows down the build and isn't useful for + # us. It's useful for upstream as it's static analysis, but it's not + # useful when just getting something built. + export gl_cv_warn_c__fanalyzer=no + econf \ $(use_enable nls) \ --disable-static |