From b02fe3ae3ead9519224abadefa98d46bc44ca512 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 14 Sep 2019 04:59:25 +0000 Subject: [PATCH] Fix build on GCC-based systems: qrq.c:1068: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) --- comms/qrq/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/comms/qrq/Makefile b/comms/qrq/Makefile index 313273aeb2dc..c01dfa74c2ac 100644 --- a/comms/qrq/Makefile +++ b/comms/qrq/Makefile @@ -11,6 +11,7 @@ COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM LICENSE= GPLv2 USES= gmake ncurses shebangfix +USE_CSTD= c99 SHEBANG_FILES= qrqscore