git: 5550e3d4909c - main - net/44bsd-rdist: Fix build with LLVM15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 04:09:24 UTC
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