app-text/texlive-core: disable freetype-config
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 27 Jul 2019 07:44:04 +0000 (10:44 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 27 Jul 2019 07:45:55 +0000 (10:45 +0300)
Closes: https://bugs.gentoo.org/690094
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-text/texlive-core/texlive-core-2019-r4.ebuild

index 18c5e6f08a941c61513631761730bc07a7f91474..25b1ee7f8bcf6d20b6fb8c6abe850d983f653452 100644 (file)
@@ -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 \