[Bug 245896] multimedia/aom: properly detect architecture on powerpc*

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 25 01:08:14 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245896

            Bug ID: 245896
           Summary: multimedia/aom: properly detect architecture on
                    powerpc*
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: powerpc at FreeBSD.org
          Assignee: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)
                CC: powerpc at FreeBSD.org

Created attachment 213769
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213769&action=edit
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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list