aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-06-07 11:38:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-06-07 11:38:43 +0000
commit6cab9b5adf6da8186d4cf679dfc3cae4e094f513 (patch)
tree65ae62371934ce871291d2adeb8f68cb72eb0e0e /science
parent04a1c99476ec408e20e4a79834e293495897182a (diff)
downloadports-6cab9b5adf6da8186d4cf679dfc3cae4e094f513.tar.gz
ports-6cab9b5adf6da8186d4cf679dfc3cae4e094f513.zip
science/xcfun: fix build on GCC-based systems
by adding compiler:c++11-lang to USES: CMake Error in /wrkdirs/usr/ports/science/xcfun/work/.build/CMakeFiles/CMakeTmp/CMakeLists.txt: Target "cmTC_6be99" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it.
Diffstat (limited to 'science')
-rw-r--r--science/xcfun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/xcfun/Makefile b/science/xcfun/Makefile
index f09d643933d2..2b57fa857a8e 100644
--- a/science/xcfun/Makefile
+++ b/science/xcfun/Makefile
@@ -10,7 +10,7 @@ COMMENT= Exchange-correlation functionals with arbitrary-order derivatives
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes