aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-23 00:17:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-23 00:17:06 +0000
commit282cc3636abb02195fba63f762e904c7c23f8d8a (patch)
tree3b85616e124930bff0e7a416b2a32006f76a0193 /shells
parent4803a9e905c236d38f52b7aec5032ac9a360cd90 (diff)
downloadports-282cc3636abb02195fba63f762e904c7c23f8d8a.tar.gz
ports-282cc3636abb02195fba63f762e904c7c23f8d8a.zip
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)
Notes
Notes: svn path=/head/; revision=504917
Diffstat (limited to 'shells')
-rw-r--r--shells/yash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/yash/Makefile b/shells/yash/Makefile
index 198cf18c39da..908e35a5480e 100644
--- a/shells/yash/Makefile
+++ b/shells/yash/Makefile
@@ -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