aboutsummaryrefslogtreecommitdiff
path: root/math/mfem
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-12 18:39:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-12 18:39:27 +0000
commitef33c922df4a393639a35725a502577047024274 (patch)
tree96be8e0c4c3b5c2dd8ff9271a7ab2046d4c0dcb9 /math/mfem
parentfcc29e88641013443511ca6024404fe3b7a7a801 (diff)
downloadports-ef33c922df4a393639a35725a502577047024274.tar.gz
ports-ef33c922df4a393639a35725a502577047024274.zip
math/mfem: fix build
Add USES=compiler:c++11-lang to fix: Target "nurbs_ex1" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: mentors (implicite approval)
Notes
Notes: svn path=/head/; revision=504032
Diffstat (limited to 'math/mfem')
-rw-r--r--math/mfem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mfem/Makefile b/math/mfem/Makefile
index 611451d1ef9b..1e259aa85b7e 100644
--- a/math/mfem/Makefile
+++ b/math/mfem/Makefile
@@ -11,7 +11,7 @@ COMMENT= Lightweight, general, scalable C++ library for finite element methods
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes