Created attachment 204486 [details] patch Add USES=compiler:c++11-lang. Reorded includes in src/utils/memoryUtils.cpp. Needed for GCC architectures. Errors: /wrkdirs/usr/ports/math/xlife++/work/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/CsStorage.hpp:1620: error: 'itvb' is predetermined 'shared' for 'shared' /wrkdirs/usr/ports/math/xlife++/work/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/CsStorage.hpp:1620: error: 'itm' is predetermined 'shared' for 'shared'
Committed, thanks!
A commit references this bug: Author: yuri Date: Sun May 26 18:24:57 UTC 2019 New revision: 502740 URL: https://svnweb.freebsd.org/changeset/ports/502740 Log: math/xlife++: fix build with GCC-based architectures PR: 238002 Submitted by: pkubaj Changes: head/math/xlife++/Makefile head/math/xlife++/files/patch-src_utils_memoryUtils.cpp