git: 3d72da3e01b3 - main - math/frobby: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 00:34:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d72da3e01b312cb762702b6e11780fc1c143f21 commit 3d72da3e01b312cb762702b6e11780fc1c143f21 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 00:26:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 00:26:51 +0000 math/frobby: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/frobby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/frobby/Makefile b/math/frobby/Makefile index ba2874e526ad..f4530ff13ed3 100644 --- a/math/frobby/Makefile +++ b/math/frobby/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp USES= gmake localbase:ldflags shebangfix - +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= Macaulay2