git: ccdc496503d6 - main - math/tmv: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 23:52:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccdc496503d6f9de08690dfdc773891f29f60b17 commit ccdc496503d6f9de08690dfdc773891f29f60b17 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 23:24:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 23:52:28 +0000 math/tmv: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/tmv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/tmv/Makefile b/math/tmv/Makefile index 6891eae60c69..bfc21eb9b805 100644 --- a/math/tmv/Makefile +++ b/math/tmv/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/TMV_LICENSE USES= gmake blaslapack:netlib localbase +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= rmjarvis USE_LDCONFIG= yes