aboutsummaryrefslogtreecommitdiff
path: root/math/clasp
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-05 09:24:54 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-05 09:24:54 +0000
commit73d407f45cefbccadd4a2acdbf8b9d3a7245ddd4 (patch)
tree370c25da42d1742c109fb6907c69f977d200023c /math/clasp
parent8d32385fa91d3cfd7d98d7ed2acb358b7830c6c0 (diff)
downloadports-73d407f45cefbccadd4a2acdbf8b9d3a7245ddd4.tar.gz
ports-73d407f45cefbccadd4a2acdbf8b9d3a7245ddd4.zip
math/clasp: fix build on GCC architectures
Use C++11 compiler: CMake Error in app/CMakeLists.txt: Target "clasp" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. MFH: 2020Q3 (fix build blanket)
Notes
Notes: svn path=/head/; revision=541266
Diffstat (limited to 'math/clasp')
-rw-r--r--math/clasp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clasp/Makefile b/math/clasp/Makefile
index 8763af5d0feb..f77550c3e7c9 100644
--- a/math/clasp/Makefile
+++ b/math/clasp/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_sparc64= Fails to build: internal compiler error
-USES= cmake
+USES= compiler:c++11-lang cmake
USE_GITHUB= yes
GH_ACCOUNT= potassco