diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 18:58:24 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 18:58:24 +0800 |
commit | a10994270691a610a8ccb2b1f34706084700d821 (patch) | |
tree | 4cb2927e67acabf4b3be7208d1f9bbfe8cc0648f /news | |
parent | d86032ddefdad11b126d97c8e4f0a382c733fd84 (diff) | |
download | freebsd-ports-gnome-a10994270691a610a8ccb2b1f34706084700d821.tar.gz freebsd-ports-gnome-a10994270691a610a8ccb2b1f34706084700d821.tar.zst freebsd-ports-gnome-a10994270691a610a8ccb2b1f34706084700d821.zip |
news/nntpcache: fix build
Base GCC crashes during build, add USES=compiler:c11.
Approved by: mentors (implicit approval)
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 609fb74b61f1..0ab0a916a4cc 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -19,7 +19,7 @@ NO_CDROM= Free for individuals and non-military, non-profit organisations only # cache news articles and related data in ${SPOOLDIR}/nntpcache. SPOOLDIR?= /var/spool -USES= gmake autoreconf shebangfix +USES= compiler:c11 gmake autoreconf shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} \ --program-transform-name='' |