Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 00:38:52 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80a1a60bbead - main - math/fflas-ffpack: Fix build with llvm16
Message-ID:  <202308020038.3720cqrL061018@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80a1a60bbead12b52e4284965f3037ffd85e2770

commit 80a1a60bbead12b52e4284965f3037ffd85e2770
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-08-01 14:01:08 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-08-01 14:21:35 +0000

    math/fflas-ffpack: Fix build with llvm16
---
 math/fflas-ffpack/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile
index d6668daeb4b5..7b9d9f85b64e 100644
--- a/math/fflas-ffpack/Makefile
+++ b/math/fflas-ffpack/Makefile
@@ -19,6 +19,7 @@ GH_ACCOUNT=	linbox-team
 
 USES=		autoreconf blaslapack:openblas compiler:c++11-lang gmake	\
 		libtool localbase pkgconfig shebangfix
+USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	fflas-ffpack-config.in
 TEST_TARGET=	check



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