Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:40:28 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: b2f808bcc777 - main - science/gchemutils: Fix build with llvm16
Message-ID:  <202307260940.36Q9eSY0050420@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=b2f808bcc7778fb0c719e24995af12c837758865

commit b2f808bcc7778fb0c719e24995af12c837758865
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-26 09:36:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-26 09:40:13 +0000

    science/gchemutils: Fix build with llvm16
    
    Sponsored by:   The FreeBSD Foundation
---
 science/gchemutils/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index 1d6c62167fdc..023ec7295ddd 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -24,6 +24,7 @@ PORTSCOUT=	limitw:1,even
 USES=		compiler:c++11-lang desktop-file-utils gettext gl gmake gnome \
 		libtool:keepla localbase:ldflags pathfix pkgconfig \
 		shared-mime-info tar:xz xorg
+USE_CXXSTD=	c++14
 USE_XORG=	x11
 USE_GNOME=	cairo gtk30 intlhack libgsf libxml2
 USE_GL=		gl



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