Date: Mon, 6 Jul 2020 09:10:16 +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: r541328 - head/lang/ecl Message-ID: <202007060910.0669AG2I010176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jul 6 09:10:16 2020 New Revision: 541328 URL: https://svnweb.freebsd.org/changeset/ports/541328 Log: lang/ecl: fix build on GCC architectures Use C99 mode: /wrkdirs/usr/ports/lang/ecl/work/ecl-20.4.24/src/c/cfun_dispatch.d:1022: error: 'for' loop initial declaration used outside C99 mode Modified: head/lang/ecl/Makefile Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Mon Jul 6 08:59:34 2020 (r541327) +++ head/lang/ecl/Makefile Mon Jul 6 09:10:16 2020 (r541328) @@ -22,6 +22,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ MAKE_JOBS_UNSAFE= yes USES= autoreconf gmake localbase perl5 tar:tgz makeinfo +USE_CSTD= c99 USE_PERL5= build GNU_CONFIGURE= yes AUTORECONF_WRKSRC= ${WRKSRC}/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007060910.0669AG2I010176>