Date: Wed, 26 Jul 2023 17:47:11 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: 5cc21bd92015 - main - astro/gpstk: Fix build with llvm16 Message-ID: <202307261747.36QHlBRI053130@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=5cc21bd92015875fda1905d0d186473e55d7c396 commit 5cc21bd92015875fda1905d0d186473e55d7c396 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 15:30:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 17:47:04 +0000 astro/gpstk: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- astro/gpstk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index 9d1dd92e25e7..8c1506c0d2c3 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -11,6 +11,7 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi USES= cmake compiler:c++11-lang +USE_CXXSTD= c++14 USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261747.36QHlBRI053130>