Date: Wed, 2 Aug 2023 14:17:12 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: cfb9f43f8473 - main - net-mgmt/tcptrack: Fix build with llvm16 Message-ID: <202308021417.372EHCWd021389@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308021417.372EHCWd021389>