Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 13:52:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        enlightenment@FreeBSD.org
Subject:   E on FreeBSD: [Bug 242233] devel/efl: fix build on powerpc64 elfv2
Message-ID:  <bug-242233-33756-QBlScMxs6G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242233-33756@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242233-33756@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Thu Dec 12 13:51:52 UTC 2019
New revision: 519925
URL: https://svnweb.freebsd.org/changeset/ports/519925

Log:
  devel/efl: fix build on powerpc64 elfv2

  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 functi=
on
'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 i=
nt'
(vector of 4 'unsigned int' values) from incompatible type 'int'
     zero =3D vec_splat_u32(0);
          ^ ~~~~~~~~~~~~~~~~

  PR:             242233
  Approved by:    enlightenment (maintainer timeout)

Changes:
  head/devel/efl/files/patch-src_lib_evas_common_evas__cpu.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-33756-QBlScMxs6G>