Date: Sat, 11 Feb 2023 04:09:24 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: 5550e3d4909c - main - net/44bsd-rdist: Fix build with LLVM15 Message-ID: <202302110409.31B49OLi091121@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=5550e3d4909c08cbae3e75e2f1a06cec87601853 commit 5550e3d4909c08cbae3e75e2f1a06cec87601853 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-02-11 04:05:24 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-02-11 04:05:56 +0000 net/44bsd-rdist: Fix build with LLVM15 --- net/44bsd-rdist/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index ceb8ffc320a2..49f707f31751 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -15,6 +15,10 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/44bsd-rdist \ man/man1/44bsd-rdist.1.gz +CFLAGS= -Wno-deprecated-non-prototype \ + -Wno-incompatible-library-redeclaration \ + -Wno-int-conversion + post-extract: cd ${WRKSRC} ; co RCS/*,v
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302110409.31B49OLi091121>