git: 0a2f9de27196 - main - math/disco: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 04:33:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2f9de27196a3942cee6202d7874a5dac7f2023 commit 0a2f9de27196a3942cee6202d7874a5dac7f2023 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-16 20:17:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-17 04:33:21 +0000 math/disco: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/disco/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/disco/Makefile b/math/disco/Makefile index ce0b0359dddb..e6534328309e 100644 --- a/math/disco/Makefile +++ b/math/disco/Makefile @@ -32,6 +32,7 @@ LIB_DEPENDS= libAlps.so:math/alps \ libOsiIpopt.so:math/osiipopt USES= gmake libtool pkgconfig +USE_CXXSTD= c++14 USE_LDCONFIG= yes USE_GITHUB= yes