git: d276fa8ceede - main - devel/liteide: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 09:40:25 UTC
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