[Bug 243658] multimedia/obs-qtwebkit: fix build on powerpc64 elfv1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 27 22:17:08 UTC 2020


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

            Bug ID: 243658
           Summary: multimedia/obs-qtwebkit: fix build on powerpc64 elfv1
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: powerpc at FreeBSD.org
                CC: powerpc at FreeBSD.org

Created attachment 211115
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211115&action=edit
patch

Needs C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Additionally, this port tries to use SSE, so it needs -DNO_WARN_X86_INTRINSICS
-maltivec -mvsx on powerpc64 to use GCC's translation layer to AltiVec.

Also respect CXXFLAGS to make it work.

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


More information about the freebsd-ppc mailing list