media-libs/fontconfig: Install static libraries with USE="static-libs".

Static libraries were not installed since media-libs/fontconfig-2.12.0 which
stopped using autotools-utils.eclass (through autotools-multilib.eclass)
which automatically handled static-libs USE flag.
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2017-06-03 20:00:26 +02:00
committed by Mike Gilbert
parent 6dc4f81de8
commit 6d3808f719

View File

@@ -71,6 +71,7 @@ multilib_src_configure() {
local myeconfargs=(
$(use_enable doc docbook)
$(use_enable static-libs static)
--enable-docs
--localstatedir="${EPREFIX}"/var
--with-default-fonts="${EPREFIX}"/usr/share/fonts
@@ -97,7 +98,7 @@ multilib_src_install() {
multilib_src_install_all() {
einstalldocs
find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
find "${ED}" -name "*.la" -delete || die
# fc-lang directory contains language coverage datafiles
# which are needed to test the coverage of fonts.