shells/yash: fix build with GCC architectures

Add USES=compiler:c11 to fix:
strbuf.h:162: error: expected ';', ',' or ')' before 'buf'

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-06-23 00:17:06 +00:00
parent 4803a9e905
commit 282cc3636a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504917

View file

@ -11,7 +11,7 @@ COMMENT= POSIX-compliant command line shell
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
USES= compiler:c11 tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man