Created attachment 203494 [details] patch This port requires C++11-compatible compiler, add USES=compiler:c++11-lang. GCC architectures don't use libc++, remove -stdlib=libc++ from CMakeLists.txt. Clang architectures use libc++ by default anyway. While here, add USES=gl gnome. Tested on powerpc64 and amd64.
A commit references this bug: Author: swills Date: Mon Apr 8 16:42:21 UTC 2019 New revision: 498384 URL: https://svnweb.freebsd.org/changeset/ports/498384 Log: cad/solvespace: fix build with GCC-based architectures PR: 237116 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/cad/solvespace/Makefile
Committed, thanks!