svn commit: r522314 - head/comms/ujprog

Mark Linimon linimon at FreeBSD.org
Tue Jan 7 04:43:29 UTC 2020


Author: linimon
Date: Tue Jan  7 04:43:28 2020
New Revision: 522314
URL: https://svnweb.freebsd.org/changeset/ports/522314

Log:
  Fix build on GCC-based systems:
  
    ujprog.c:2595: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/ujprog/Makefile

Modified: head/comms/ujprog/Makefile
==============================================================================
--- head/comms/ujprog/Makefile	Tue Jan  7 04:34:21 2020	(r522313)
+++ head/comms/ujprog/Makefile	Tue Jan  7 04:43:28 2020	(r522314)
@@ -16,6 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	f32c
 GH_PROJECT=	tools
 GH_TAGNAME=	0698352b0e912caa9b8371b8f692e19aac547a69
+USE_CSTD=	c99
 
 ALL_TARGET=	ujprog flash
 


More information about the svn-ports-all mailing list