E on FreeBSD: maintainer-feedback requested: [Bug 242233] devel/efl: fix build on powerpc64 elfv2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 25 20:27:51 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-enlightenment
mailing list <enlightenment at FreeBSD.org> for maintainer-feedback:
Bug 242233: devel/efl: fix build on powerpc64 elfv2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242233



--- Description ---
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 = 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 = vec_splat_u32(0);
	^ ~~~~~~~~~~~~~~~~


More information about the freebsd-enlightenment mailing list