aboutsummaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-28 10:37:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-28 10:37:18 +0000
commitb0d08dce63d15014191c63d9f3d33b2ebeda3ab9 (patch)
tree3b2c0ca781c3c5b1d4ff78a4cd220a8ba10b2534 /security/libtasn1
parentab082438f713eb30023acda00eb98169bfbc33f8 (diff)
downloadports-b0d08dce63d15014191c63d9f3d33b2ebeda3ab9.tar.gz
ports-b0d08dce63d15014191c63d9f3d33b2ebeda3ab9.zip
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)
Notes
Notes: svn path=/head/; revision=518573
Diffstat (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 53e8143a3cda..7824b594684e 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -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