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