[Bug 221044] x11/pixman: doesn't build with clang 5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 27 11:32:11 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221044

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 184765
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184765
Proposed workaround

Clang 4.0 built fine because it failed configure check.

  -checking whether to use ARM SIMD assembler... no
  -checking whether to use ARM NEON assembler... no
  +checking whether to use ARM SIMD assembler... yes
  +checking whether to use ARM NEON assembler... yes
  [...]
  -checking for GCC vector extensions... no
  +checking for GCC vector extensions... yes

> BUILD_DEPENDS+= as:devel/binutils

Replace as with ${LOCALBASE}/bin/as. armv6 (unlike aarch64) does have
/usr/bin/as which can be found via PATH thus BUILD_DEPENDS may ignore the
dependency.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list