git: 5cc21bd92015 - main - astro/gpstk: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 26 Jul 2023 17:47:11 UTC
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