summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2016-08-11 19:28:01 +0000
committerdinoex <dinoex@FreeBSD.org>2016-08-11 19:28:01 +0000
commitceed90b89e15c9c2c6560ae73011d999e6e0b13e (patch)
treee48bcb0a1e95b28ff9a39876a1159a6475edad7d
parentd43e9664208e03ce8e9b35cfa18b0ee485cb15bb (diff)
downloadFreeBSD-ports-ceed90b89e15c9c2c6560ae73011d999e6e0b13e.zip
FreeBSD-ports-ceed90b89e15c9c2c6560ae73011d999e6e0b13e.tar.gz
- fix regressions on FreeBSD 10.3
-rw-r--r--news/cnews/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 1cd006c..2fe9658 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>
OpenPOWER on IntegriCloud