diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-08-11 19:28:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-08-11 19:28:01 +0000 |
commit | fbd2bc9ffea018d6c6116920538003039fe2bd54 (patch) | |
tree | e48bcb0a1e95b28ff9a39876a1159a6475edad7d /news/cnews/Makefile | |
parent | Fix vuxml build. (diff) |
- fix regressions on FreeBSD 10.3
Notes
Notes:
svn path=/head/; revision=420097
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 5 |
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> |