summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-09-16 05:42:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-09-16 05:42:59 +0000
commit0ee9555e3d13b19428ff32c0ff5d59d7806aa398 (patch)
tree053ae46919b6aab9e854b4a8cee5b2e16076a780 /news
parent- Fix build on powerpc64. (diff)
- fix cstd fior FreeBSD-12
Notes
Notes: svn path=/head/; revision=422237
Diffstat (limited to 'news')
-rw-r--r--news/nntp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
index 08e6bc93d4d6..5434bdf1a894 100644
--- a/news/nntp/Makefile
+++ b/news/nntp/Makefile
@@ -17,6 +17,7 @@ COMMENT= NNTP with NOV support
BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:news/cnews
NO_WRKSUBDIR= yes
+USE_CSTD= gnu89
PLIST_SUB+= VARBASE=${VARBASE}
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=^${PREFIX}/==}
PLIST_SUB+= NEWSCTL=${NEWSCTL:S=^${VARBASE}/==}