diff options
author | linimon <linimon@FreeBSD.org> | 2019-09-14 12:59:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-09-14 12:59:25 +0800 |
commit | 48f5834bd865994d2b4aa5205c07977438e0d258 (patch) | |
tree | d3415e6947fe58632be62df9cec398b4fed76a7d /comms | |
parent | ccf8c49aff39a8fc1fb7c71a6074c94de05ea0ed (diff) | |
download | freebsd-ports-gnome-48f5834bd865994d2b4aa5205c07977438e0d258.tar.gz freebsd-ports-gnome-48f5834bd865994d2b4aa5205c07977438e0d258.tar.zst freebsd-ports-gnome-48f5834bd865994d2b4aa5205c07977438e0d258.zip |
Fix build on GCC-based systems:
qrq.c:1068: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qrq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |