[Bug 239575] graphics/cloudcompare: fix build on powerpc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 5 10:55:47 UTC 2019


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

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

Author: pkubaj
Date: Mon Aug  5 10:54:50 UTC 2019
New revision: 508159
URL: https://svnweb.freebsd.org/changeset/ports/508159

Log:
  graphics/cloudcompare: fix build on powerpc64

  This port tries to use SSE instrinsics. Add to CXXFLAGS on powerpc64
-DNO_WARN_X86_INTRINSICS -mvsx, which enable using SSE to Altivec translation
layer. Because of that, also use new GCC. Note that intrinsics translations
needs VSX, which is only supported on POWER8 and newer, but this port doesn't
currently work on powerpc64 anyway.

  Limit -Wno-narrowing to only clang, gcc doesn't support it.

  Also add USES=gl for PLUGINS option.

  PR:           239575
  Approved by:  neel at neelc.org (maintainer), tcberner (mentor)
  Differential Revision:        https://reviews.freebsd.org/D21130

Changes:
  head/graphics/cloudcompare/Makefile

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


More information about the freebsd-ports-bugs mailing list