Date: Sun, 23 Jul 2023 14:45:31 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5a57be18c11e - main - news/nntp: fix build with clang16 Message-ID: <202307231445.36NEjVFI093568@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a57be18c11e2c12653870a7dd5f3133caaf2db8 commit 5a57be18c11e2c12653870a7dd5f3133caaf2db8 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-07-23 14:44:53 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-07-23 14:44:53 +0000 news/nntp: fix build with clang16 --- news/nntp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 4fcfe1039d7b..50fe08141b80 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT} NO_WRKSUBDIR= yes USE_CSTD= gnu89 +CFLAGS+= -Wno-incompatible-pointer-types PLIST_SUB+= VARBASE=${VARBASE} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=^${PREFIX}/==} PLIST_SUB+= NEWSCTL=${NEWSCTL:S=^${VARBASE}/==}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231445.36NEjVFI093568>