git: 103743d7c370 - main - science/iboview: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 17:20:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=103743d7c370fc5d60c7f12758a7e6d371a37694 commit 103743d7c370fc5d60c7f12758a7e6d371a37694 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 16:44:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 17:20:04 +0000 science/iboview: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- science/iboview/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/iboview/Makefile b/science/iboview/Makefile index bc963113ca84..399ad139db5e 100644 --- a/science/iboview/Makefile +++ b/science/iboview/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= boost-libs>=0:devel/boost-libs ONLY_FOR_ARCHS= amd64 USES= blaslapack:openblas fortran gl qmake:outsource qt:5 tar:bz2 +USE_CXXSTD= c++14 USE_GL= gl glu USE_QT= buildtools:build core gui widgets opengl script svg