git: 731dd4b9e68b - 2023Q1 - net/44bsd-rdist: Fix build with LLVM15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 14:57:23 UTC
The branch 2023Q1 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=731dd4b9e68b1e1726c76b5c0f1caa9ca3d53dfc commit 731dd4b9e68b1e1726c76b5c0f1caa9ca3d53dfc Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-02-11 04:05:24 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-02-11 14:56:43 +0000 net/44bsd-rdist: Fix build with LLVM15 (cherry picked from commit 5550e3d4909c08cbae3e75e2f1a06cec87601853) --- 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