Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 01:49:07 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: 926094e53729 - main - net-mgmt/fastnetmon: Fix build with llvm16
Message-ID:  <202308080149.3781n7qC058432@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=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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308080149.3781n7qC058432>