Skip to content

Commit

Permalink
audio/nyquist: add USE_CSTD=c99 to fix build on GCC-based systems:
Browse files Browse the repository at this point in the history
  nyqsrc/sndseq.c:81: error: 'for' loop initial declaration used outside C99 mode
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Apr 19, 2021
1 parent 4a9bb72 commit 846f70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio/nyquist/Makefile
Expand Up @@ -10,6 +10,7 @@ COMMENT= Language for sound synthesis and music composition (sound is broken) #
LICENSE= BSD3CLAUSE

USES= cmake zip
USE_CSTD= c99

WRKSRC= ${WRKDIR}/${PORTNAME}

Expand Down

0 comments on commit 846f70f

Please sign in to comment.