git: cfb9f43f8473 - main - net-mgmt/tcptrack: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 14:17:12 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cfb9f43f847304437e171a796feb1e0fc5f9fd0f

commit cfb9f43f847304437e171a796feb1e0fc5f9fd0f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 13:31:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 14:16:41 +0000

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

diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile
index 2a0ea7a14b4a..a9567c5fa8e2 100644
--- a/net-mgmt/tcptrack/Makefile
+++ b/net-mgmt/tcptrack/Makefile
@@ -13,6 +13,7 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		ncurses
+USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes