Created attachment 205435 [details] patch This port seems to enable all SSE* CPU features even outside of x86 platforms. Disable that to fix build. Also add USES=compiler:c++11-lang, the port needs C++11 and add USES=gl.
A commit references this bug: Author: pkubaj Date: Thu Aug 1 18:56:20 UTC 2019 New revision: 507819 URL: https://svnweb.freebsd.org/changeset/ports/507819 Log: math/g2o: fix build on non-x86 architectures This port seems to enable all SSE* CPU features even outside of x86 platforms. Disable that to fix build. Also add USES=compiler:c++11-lang, the port needs C++11 and add USES=gl. PR: 238895 Approved by: yuri (maintainer timeout), linimon (mentor) Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238895 Changes: head/math/g2o/Makefile