diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 00:26:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 00:26:51 +0000 |
commit | 3d72da3e01b312cb762702b6e11780fc1c143f21 (patch) | |
tree | 3a7668328966bf54a92a3b327f3802904e33c517 | |
parent | 54a44c5ab241b01f8e03a945ff98ba541739cfe5 (diff) | |
download | ports-3d72da3e01b312cb762702b6e11780fc1c143f21.tar.gz ports-3d72da3e01b312cb762702b6e11780fc1c143f21.zip |
math/frobby: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | math/frobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |