mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libaom: Fix configure on armv7l
Closes: https://bugs.gentoo.org/658068 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
13
media-libs/libaom/files/libaom-1.0.0-armv7l.patch
Normal file
13
media-libs/libaom/files/libaom-1.0.0-armv7l.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Only in libaom.orig/build/cmake: .aom_configure.cmake.swp
|
||||
diff -ru libaom.orig/build/cmake/aom_configure.cmake libaom/build/cmake/aom_configure.cmake
|
||||
--- libaom.orig/build/cmake/aom_configure.cmake 2018-06-13 21:22:56.295771914 +0200
|
||||
+++ libaom/build/cmake/aom_configure.cmake 2018-06-13 21:23:10.489772591 +0200
|
||||
@@ -16,7 +16,7 @@
|
||||
include(FindThreads)
|
||||
|
||||
set(AOM_SUPPORTED_CPU_TARGETS
|
||||
- "arm64 armv7 armv7s generic mips32 mips64 ppc x86 x86_64")
|
||||
+ "arm64 armv7 armv7l armv7s generic mips32 mips64 ppc x86 x86_64")
|
||||
|
||||
# Generate the user config settings. This must occur before include of
|
||||
# aom_config_defaults.cmake (because it turns every config variable into a cache
|
||||
@@ -46,6 +46,7 @@ PATCHES=(
|
||||
"${FILESDIR}/libdirpc2.patch"
|
||||
"${FILESDIR}/pthread_lib2.patch"
|
||||
"${FILESDIR}/${P}-version.patch"
|
||||
"${FILESDIR}/${P}-armv7l.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user