Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2019 20:27:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242233] devel/efl: fix build on powerpc64 elfv2
Message-ID:  <bug-242233-7788@https.bugs.freebsd.org/bugzilla/>

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

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

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

Explicitly include altivec.h if AltiVec build is done.
Otherwise build with clang fails with:
lib/evas/common/evas_cpu.c:89:11: warning: implicit declaration of function
'vec_splat_u32' is invalid in C99 [-Wimplicit-function-declaration]
   zero =3D vec_splat_u32(0);
          ^
lib/evas/common/evas_cpu.c:89:9: error: assigning to '__vector unsigned int'
(vector of 4 'unsigned int' values) from incompatible type 'int'
   zero =3D vec_splat_u32(0);
        ^ ~~~~~~~~~~~~~~~~

--=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-242233-7788>