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

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

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

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

    net/tcpview: Fix build with LLVM15
    
    (cherry picked from commit 57a30ab234a9771eb5a4f50a54f8aaba7cd62a91)
---
 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?202302111457.31BEvOJF017243>