mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-libs/portaudio: reapply workaround for parallel build issue
This commit is contained in:
@@ -36,6 +36,12 @@ multilib_src_configure() {
|
||||
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
# workaround parallel build issue
|
||||
emake lib/libportaudio.la
|
||||
emake
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
multilib-minimal_src_compile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user