aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:07:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 19:34:41 +0000
commitaa4f1208414fb437ce549623d093e6c7221c6691 (patch)
tree4b30a402f61f1238b6152fa021cb98ac6b2fbbb5
parent07902a1172a1f729af65dd0e115d09683b2b01c1 (diff)
downloadports-aa4f1208414fb437ce549623d093e6c7221c6691.tar.gz
ports-aa4f1208414fb437ce549623d093e6c7221c6691.zip
math/sympol: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--math/sympol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/sympol/Makefile b/math/sympol/Makefile
index b6c144f9d8bc..e6133973be18 100644
--- a/math/sympol/Makefile
+++ b/math/sympol/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libgmp.so:math/gmp
USES= cmake:testing compiler:c++11-lang eigen:3 localbase:ldflags perl5 shebangfix
+USE_CXXSTD= c++14
USE_PERL5= test
USE_LDCONFIG= yes