aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-07-24 20:40:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-07-24 20:40:40 +0000
commit610b94d2883e2324bc49d428f5b1b05f9eb67688 (patch)
tree2888988654c67397211e74a2e5c97e930998cbdb
parentf3743efb0f84b0f2a490329bb833fef60ec1216e (diff)
downloadports-610b94d2883e2324bc49d428f5b1b05f9eb67688.tar.gz
ports-610b94d2883e2324bc49d428f5b1b05f9eb67688.zip
science/erkale: Fix build with clang16 by adding USE_CXXSTD.
Reported by: fallout
-rw-r--r--science/erkale/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/erkale/Makefile b/science/erkale/Makefile
index 4d397e560501..5845b14c1f37 100644
--- a/science/erkale/Makefile
+++ b/science/erkale/Makefile
@@ -27,6 +27,7 @@ serial_PKGNAMESUFFIX= -serial
USES= cmake:noninja compiler:c11 fortran pkgconfig
USE_LDCONFIG= yes
+USE_CXXSTD= c++14 # fix build with clang16 due to use of deprecated feature std::random_shuffle
USE_GITHUB= yes
GH_ACCOUNT= susilehtola