Date: Sun, 23 Jun 2019 00:17:06 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504917 - head/shells/yash Message-ID: <201906230017.x5N0H6m5057844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jun 23 00:17:06 2019 New Revision: 504917 URL: https://svnweb.freebsd.org/changeset/ports/504917 Log: 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) Modified: head/shells/yash/Makefile Modified: head/shells/yash/Makefile ============================================================================== --- head/shells/yash/Makefile Sat Jun 22 23:57:10 2019 (r504916) +++ head/shells/yash/Makefile Sun Jun 23 00:17:06 2019 (r504917) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906230017.x5N0H6m5057844>