git: 80a1a60bbead - main - math/fflas-ffpack: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 00:38:52 UTC
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