media-plugins/swh-plugins: fixed calling runlib in 0.4.17

Closes: https://bugs.gentoo.org/739278
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2020-08-27 19:07:12 +02:00
parent c0c1d322aa
commit 39e5b7ed8f

View File

@@ -53,7 +53,12 @@ multilib_src_configure() {
$(use_enable cpu_flags_x86_3dnow 3dnow) \
$(use_enable nls) \
--enable-fast-install \
--disable-dependency-tracking
--disable-dependency-tracking \
RANLIB="$(tc-getRANLIB)"
}
multilib_src_compile() {
emake RANLIB="$(tc-getRANLIB)"
}
pkg_postinst() {