git: 926094e53729 - main - net-mgmt/fastnetmon: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 01:49:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=926094e53729d792a8c827bc92a25db5b1e424f3 commit 926094e53729d792a8c827bc92a25db5b1e424f3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 00:29:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 01:48:38 +0000 net-mgmt/fastnetmon: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net-mgmt/fastnetmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index dc9eb4a446d4..8d00bebb60a0 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libhiredis.so:databases/hiredis USES= cmake compiler:c++11-lang pkgconfig localbase:ldflags ssl - +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= pavel-odintsov