diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-02-11 13:54:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-02-11 13:54:07 +0000 |
commit | 57a30ab234a9771eb5a4f50a54f8aaba7cd62a91 (patch) | |
tree | b209cfc69ef44d7f8d03775184f79bfb786b39b5 | |
parent | 8bfca3e68c84ddae42ae7654490d5cc9a011a96d (diff) | |
download | ports-57a30ab234a9771eb5a4f50a54f8.tar.gz ports-57a30ab234a9771eb5a4f50a54f8.zip |
net/tcpview: Fix build with LLVM15
-rw-r--r-- | net/tcpview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |