aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-02 13:31:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-02 14:16:41 +0000
commitcfb9f43f847304437e171a796feb1e0fc5f9fd0f (patch)
treeb7e546c8b30088148916d4f0e854bf6c06afff0e
parentee16c7da922c680d6a1e5b9714b91f8d90f71a48 (diff)
downloadports-cfb9f43f847304437e171a796feb1e0fc5f9fd0f.tar.gz
ports-cfb9f43f847304437e171a796feb1e0fc5f9fd0f.zip
net-mgmt/tcptrack: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--net-mgmt/tcptrack/Makefile1
1 files changed, 1 insertions, 0 deletions
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