media-libs/freetype: drop static-libs hack

The build system does not install static libs unless requested.

Closes: https://bugs.gentoo.org/735136
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-06-07 15:42:19 -04:00
parent bccd13e128
commit 5cf9f4051b
2 changed files with 0 additions and 6 deletions

View File

@@ -235,7 +235,4 @@ multilib_src_install_all() {
fi
find "${ED}" -name '*.la' -delete || die
if ! use static-libs ; then
find "${ED}" -name '*.a' -delete || die
fi
}

View File

@@ -244,7 +244,4 @@ multilib_src_install_all() {
fi
find "${ED}" -type f -name '*.la' -delete || die
if ! use static-libs ; then
find "${ED}" -type f -name '*.a' -delete || die
fi
}