svn commit: r527080 - head/comms/digiham

Mark Linimon linimon at FreeBSD.org
Tue Feb 25 13:52:46 UTC 2020


Author: linimon
Date: Tue Feb 25 13:52:45 2020
New Revision: 527080
URL: https://svnweb.freebsd.org/changeset/ports/527080

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

Modified:
  head/comms/digiham/Makefile

Modified: head/comms/digiham/Makefile
==============================================================================
--- head/comms/digiham/Makefile	Tue Feb 25 13:37:36 2020	(r527079)
+++ head/comms/digiham/Makefile	Tue Feb 25 13:52:45 2020	(r527080)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libmbe.so:comms/mbelib
 
 USES=		cmake
+USE_CSTD=	c99
 USE_GITHUB=	yes
 GH_ACCOUNT=	jketterl
 GH_PROJECT=	digiham


More information about the svn-ports-all mailing list