svn commit: r511998 - head/comms/qrq

Mark Linimon linimon at FreeBSD.org
Sat Sep 14 04:59:25 UTC 2019


Author: linimon
Date: Sat Sep 14 04:59:25 2019
New Revision: 511998
URL: https://svnweb.freebsd.org/changeset/ports/511998

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

Modified:
  head/comms/qrq/Makefile

Modified: head/comms/qrq/Makefile
==============================================================================
--- head/comms/qrq/Makefile	Sat Sep 14 04:57:48 2019	(r511997)
+++ head/comms/qrq/Makefile	Sat Sep 14 04:59:25 2019	(r511998)
@@ -11,6 +11,7 @@ COMMENT=	Morse telegraphy trainer similar to the class
 LICENSE=	GPLv2
 
 USES=		gmake ncurses shebangfix
+USE_CSTD=	c99
 
 SHEBANG_FILES=	qrqscore
 


More information about the svn-ports-all mailing list