Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 09:40:25 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: d276fa8ceede - main - devel/liteide: Fix build with llvm16
Message-ID:  <202307260940.36Q9ePPx050362@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=d276fa8ceede75f4850086c7c22eeff40566e7f4

commit d276fa8ceede75f4850086c7c22eeff40566e7f4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-26 09:07:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-26 09:40:12 +0000

    devel/liteide: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/liteide/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/liteide/Makefile b/devel/liteide/Makefile
index f59808f3874b..8bdc199bde4d 100644
--- a/devel/liteide/Makefile
+++ b/devel/liteide/Makefile
@@ -30,6 +30,7 @@ GH_TUPLE=	visualfc:gocode:v1.5.2:visualfc_gocode \
 		visualfc:goversion:v1.1.0:visualfc_goversion/vendor/github.com/visualfc/goversion \
 		yuin:goldmark:v1.4.13:yuin_goldmark/vendor/github.com/yuin/goldmark
 
+USE_CXXSTD=	c++14
 USE_GL=		gl
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 USE_QT=		buildtools:build core gui network printsupport widgets xml



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