Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 13:52:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527080 - head/comms/digiham
Message-ID:  <202002251352.01PDqj5E002067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002251352.01PDqj5E002067>