diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-27 10:44:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-27 10:45:55 +0300 |
commit | 19a7e03e9f127f8cddf956292b24c2f0a4df4cc9 (patch) | |
tree | d7fb09815dd12745d6b676fab99771ff0e863711 /app-text | |
parent | ruby-fakegem.eclass: warn about using the fallback gemspec (diff) | |
download | gentoo-19a7e03e9f127f8cddf956292b24c2f0a4df4cc9.tar.gz gentoo-19a7e03e9f127f8cddf956292b24c2f0a4df4cc9.tar.bz2 gentoo-19a7e03e9f127f8cddf956292b24c2f0a4df4cc9.zip |
app-text/texlive-core: disable freetype-config
Closes: https://bugs.gentoo.org/690094
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/texlive-core-2019-r4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2019-r4.ebuild b/app-text/texlive-core/texlive-core-2019-r4.ebuild index 18c5e6f08a94..25b1ee7f8bcf 100644 --- a/app-text/texlive-core/texlive-core-2019-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2019-r4.ebuild @@ -167,6 +167,11 @@ src_configure() { # that don't have the same alphabetical order than ascii. Bug #242430 # So we set LC_ALL to C in order to avoid problems. export LC_ALL=C + + # Disable freetype-config as this is considered obsolete. + # Also only pkg-config works for prefix as described in bug #690094 + export ac_cv_prog_ac_ct_FT2_CONFIG=no + tc-export CC CXX AR RANLIB ECONF_SOURCE="${B}" \ econf -C \ |