Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Nov 2019 18:37:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241762] devel/godot: fix build on powerpc64
Message-ID:  <bug-241762-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241762

            Bug ID: 241762
           Summary: devel/godot: fix build on powerpc64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: FreeBSD@ShaneWare.Biz
                CC: FreeBSD@ShaneWare.Biz
             Flags: maintainer-feedback?(FreeBSD@ShaneWare.Biz)

Created attachment 208918
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208918&action=
=3Dedit
patch

Use system libvpx. Using the included one results in using AVX code which
causes error on powerpc64:
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c:15:10: fatal er=
ror:
immintrin.h: No such file or directory
   15 | #include <immintrin.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

Also add USES=3Dgl xorg.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241762-7788>