Created attachment 213769 [details] patch build/cmake/aom_configure.cmake only checks whether there is "^ppc" in architecture string (so e.g. ppc64le also matches), but our powerpc doesn't match. This results in: CMake Warning at build/cmake/aom_configure.cmake:80 (message): The architecture powerpc64 is not supported, falling back to the generic target Call Stack (most recent call first): CMakeLists.txt:35 (include)
Comment on attachment 213769 [details] patch I'd prefer to simply patch the source, so it can be upstreamed. NetBSD and OpenBSD also use powerpc* from `uname -p` (aka MACHINE_ARCH).
A commit references this bug: Author: jbeich Date: Sat Apr 25 02:21:15 UTC 2020 New revision: 532910 URL: https://svnweb.freebsd.org/changeset/ports/532910 Log: multimedia/aom: unbreak SIMD on powerpc* CMake Warning at build/cmake/aom_configure.cmake:80 (message): The architecture powerpc64 is not supported, falling back to the generic target Call Stack (most recent call first): CMakeLists.txt:35 (include) PR: 245896 Reported by: pkubaj Changes: head/multimedia/aom/files/patch-build_cmake_aom__configure.cmake
A commit references this bug: Author: jbeich Date: Sat Apr 25 02:21:39 UTC 2020 New revision: 532911 URL: https://svnweb.freebsd.org/changeset/ports/532911 Log: MFH: r532910 multimedia/aom: unbreak SIMD on powerpc* CMake Warning at build/cmake/aom_configure.cmake:80 (message): The architecture powerpc64 is not supported, falling back to the generic target Call Stack (most recent call first): CMakeLists.txt:35 (include) PR: 245896 Reported by: pkubaj Approved by: ports-secteam blanket Changes: _U branches/2020Q2/ branches/2020Q2/multimedia/aom/files/patch-build_cmake_aom__configure.cmake