mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
ab082438f7
commit
b0d08dce63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518573
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue