mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504917
@ -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…
Reference in New Issue
Block a user