forked from Lainports/freebsd-ports
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:
parent
4803a9e905
commit
282cc3636a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue