mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user