Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2019 20:27:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        enlightenment@FreeBSD.org
Subject:   E on FreeBSD: maintainer-feedback requested: [Bug 242233] devel/efl: fix build on powerpc64 elfv2
Message-ID:  <bug-242233-33756-NU87m2bhJG@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-enlightenment
mailing list <enlightenment@FreeBSD.org> for maintainer-feedback:
Bug 242233: devel/efl: fix build on powerpc64 elfv2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242233



--- 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 =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);
	^ ~~~~~~~~~~~~~~~~



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