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
This commit is contained in:
Piotr Kubaj 2020-07-06 09:10:16 +00:00
parent 8156e377b0
commit abe73208c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541328

View file

@ -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