Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 17:20:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 103743d7c370 - main - science/iboview: Fix build with llvm16
Message-ID:  <202307211720.36LHKDoO081978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307211720.36LHKDoO081978>