git: 11aab1597c49 - main - math/symphony: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 20:10:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=11aab1597c49149b6c3468d2435d4a63dad08a14 commit 11aab1597c49149b6c3468d2435d4a63dad08a14 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 20:07:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 20:07:49 +0000 math/symphony: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/symphony/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/symphony/Makefile b/math/symphony/Makefile index 4db5f16701e7..145974826761 100644 --- a/math/symphony/Makefile +++ b/math/symphony/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libClp.so:math/clp USES= gmake libtool pkgconfig +USE_CXXSTD= c++14 USE_LDCONFIG= yes GNU_CONFIGURE= yes