mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/x265: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34488 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
51973b04b9
commit
97db945821
@@ -1,11 +0,0 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -49,7 +49,7 @@
|
||||
list(FIND X86_ALIASES "${SYSPROC}" X86MATCH)
|
||||
list(FIND ARM_ALIASES "${SYSPROC}" ARMMATCH)
|
||||
list(FIND ARM64_ALIASES "${SYSPROC}" ARM64MATCH)
|
||||
-set(POWER_ALIASES ppc64 ppc64le)
|
||||
+set(POWER_ALIASES ppc64 ppc64le powerpc64 powerpc64le)
|
||||
list(FIND POWER_ALIASES "${SYSPROC}" POWERMATCH)
|
||||
if(X86MATCH GREATER "-1")
|
||||
set(X86 1)
|
||||
Reference in New Issue
Block a user