mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-libs/faad2: trim multilib build
No difference in the image but saves 5 targets for non-native ABIs. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
3a1d2e8c47
commit
d4b135bd15
@ -16,3 +16,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc
|
||||
PATCHES=(
|
||||
"${FILESDIR}/faad2-2.11.0-check-if-lrintf-is-defined.patch"
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DFAAD_BUILD_CLI=$(multilib_is_native_abi && echo "ON" || echo "OFF")
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user