Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2023 20:41:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 610b94d2883e - main - science/erkale: Fix build with clang16 by adding USE_CXXSTD.
Message-ID:  <202307242041.36OKfSax075895@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307242041.36OKfSax075895>