git: 610b94d2883e - main - science/erkale: Fix build with clang16 by adding USE_CXXSTD.

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 24 Jul 2023 20:41:28 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=610b94d2883e2324bc49d428f5b1b05f9eb67688

commit 610b94d2883e2324bc49d428f5b1b05f9eb67688
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-24 20:40:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-24 20:40:40 +0000

    science/erkale: Fix build with clang16 by adding USE_CXXSTD.
    
    Reported by:    fallout
---
 science/erkale/Makefile | 1 +
 1 file changed, 1 insertion(+)

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