aboutsummaryrefslogtreecommitdiff
path: root/news/cnews
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-08-11 19:28:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-08-11 19:28:01 +0000
commitfbd2bc9ffea018d6c6116920538003039fe2bd54 (patch)
treee48bcb0a1e95b28ff9a39876a1159a6475edad7d /news/cnews
parent044b409a8f652e6494bca2485cea63c7e38304d3 (diff)
downloadports-fbd2bc9ffea018d6c6116920538003039fe2bd54.tar.gz
ports-fbd2bc9ffea018d6c6116920538003039fe2bd54.zip
- fix regressions on FreeBSD 10.3
Notes
Notes: svn path=/head/; revision=420097
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 1cd006ccfe82..2fe9658416a6 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cnews
PORTVERSION= cr.g
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= news
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \
ftp://ftp.funet.fi/pub/unix/news/cnews/ \
@@ -38,6 +38,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
MAKE_JOBS_UNSAFE= yes
USES= tar:Z
+USE_CSTD= gnu89
CFLAGS+= -Wno-return-type
DIST_SUBDIR= ${DISTNAME}
@@ -147,7 +148,7 @@ do-install:
.endfor
test:
- (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ (cd ${WRKSRC} && ${SETENV} LANG=C ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r)
.include <bsd.port.mk>