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:
parent
fadf0af3c4
commit
3b8aed2af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547675
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
TEST_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
|
TEST_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
|
||||||
|
|
||||||
USES= gmake perl5
|
USES= gmake perl5
|
||||||
|
USE_CSTD= c99
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Reference in a new issue