Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 14:41:03 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57a30ab234a9 - main - net/tcpview: Fix build with LLVM15
Message-ID:  <202302111441.31BEf32w000463@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit 57a30ab234a9771eb5a4f50a54f8aaba7cd62a91
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-11 13:54:07 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-11 13:54:07 +0000

    net/tcpview: Fix build with LLVM15
---
 net/tcpview/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile
index c6ff57a4fa6e..e7852e0ccb17 100644
--- a/net/tcpview/Makefile
+++ b/net/tcpview/Makefile
@@ -13,6 +13,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 USES=		bison motif tar:Z
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
+CFLAGS=		-Wno-int-conversion
 
 post-patch:
 .for f in nametoaddr.c addrtoname.c print-nfs.c detail-tcp.c tv_addrtoname.c



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