Add USE_CSTD=c99 to fix build on GCC-based systems:

lib/PDF/API2/XS/ImagePNG.xs:38: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-05 20:20:57 +00:00
parent fadf0af3c4
commit 3b8aed2af1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547675

View file

@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
USES= gmake perl5
USE_CSTD= c99
USE_PERL5= configure
post-install: