Created attachment 215755 [details] patch altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches. Including it causes compiler errors when using clang.
Maintainer informed via mail
A commit references this bug: Author: pkubaj Date: Fri Jul 3 12:04:03 UTC 2020 New revision: 541100 URL: https://svnweb.freebsd.org/changeset/ports/541100 Log: devel/opencl: don't include altivec.h altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches. Including it causes compiler errors when using clang. Already upstreamed. PR: 247396 Approved by: ohartman@zedat.fu-berlin.de (maintainer timeout) MFH: 2020Q3 (fixes build of some other ports) Changes: head/devel/opencl/Makefile head/devel/opencl/files/ head/devel/opencl/files/patch-cl__platform.h
A commit references this bug: Author: pkubaj Date: Fri Jul 3 12:05:24 UTC 2020 New revision: 541101 URL: https://svnweb.freebsd.org/changeset/ports/541101 Log: MFH: r541100 devel/opencl: don't include altivec.h altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches. Including it causes compiler errors when using clang. Already upstreamed. PR: 247396 Approved by: ohartman@zedat.fu-berlin.de (maintainer timeout) Approved by: portmgr (fixes build of other ports) Changes: _U branches/2020Q3/ branches/2020Q3/devel/opencl/Makefile branches/2020Q3/devel/opencl/files/
^Triage: Assign to committer resolving