news/nntpcache: fix build
Base GCC crashes during build, add USES=compiler:c11. Approved by: mentors (implicit approval)
This commit is contained in:
parent
d86032ddef
commit
a109942706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505564
@ -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=''
|
||||
|
Loading…
Reference in New Issue
Block a user