svn commit: r527999 - head/converters/p5-Convert-UUlib

Mark Linimon linimon at FreeBSD.org
Sun Mar 8 04:33:52 UTC 2020


Author: linimon
Date: Sun Mar  8 04:33:51 2020
New Revision: 527999
URL: https://svnweb.freebsd.org/changeset/ports/527999

Log:
  Add USE_CSTD=c99 to fix build on GCC-based systems:
  
    crc32.c:733: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/converters/p5-Convert-UUlib/Makefile

Modified: head/converters/p5-Convert-UUlib/Makefile
==============================================================================
--- head/converters/p5-Convert-UUlib/Makefile	Sun Mar  8 03:13:20 2020	(r527998)
+++ head/converters/p5-Convert-UUlib/Makefile	Sun Mar  8 04:33:51 2020	(r527999)
@@ -22,6 +22,7 @@ BUILD_DEPENDS=	p5-Canary-Stability>=0:devel/p5-Canary-
 RUN_DEPENDS=	p5-common-sense>=3.74:devel/p5-common-sense
 
 USES=		perl5
+USE_CSTD=	c99
 USE_PERL5=	configure
 
 post-install:


More information about the svn-ports-all mailing list