aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2023-07-23 14:44:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2023-07-23 14:44:53 +0000
commit5a57be18c11e2c12653870a7dd5f3133caaf2db8 (patch)
tree52b0ab0839cd4cfece8a3001658c4e60f5a2b968
parent87c041d4b3f6cd5457bbd02df55b7ab90cb33dbe (diff)
downloadports-5a57be18c11e2c12653870a7dd5f3133caaf2db8.tar.gz
ports-5a57be18c11e2c12653870a7dd5f3133caaf2db8.zip
news/nntp: fix build with clang16
-rw-r--r--news/nntp/Makefile1
1 files changed, 1 insertions, 0 deletions
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}/==}