security/libtasn1: fix build on GCC architectures

After last update the port uses C99:
corpus2array.c:123: error: 'for' loop initial declaration used outside C99 mode

PR:		242278
Approved by:	novel (maintainer), linimon (mentor)
This commit is contained in:
Piotr Kubaj 2019-11-28 10:37:18 +00:00
parent ab082438f7
commit b0d08dce63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518573

View File

@ -15,6 +15,7 @@ LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe pkgconfig pathfix gmake libtool
USE_CSTD= c99
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip