Summary: | audio/fasttracker2: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ehaupt, linimon | ||||
Priority: | --- | Flags: | ehaupt:
maintainer-feedback+
koobs: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
LGTM, please commit. See D21702. A commit references this bug: Author: pkubaj Date: Sat Sep 21 15:15:38 UTC 2019 New revision: 512507 URL: https://svnweb.freebsd.org/changeset/ports/512507 Log: audio/fasttracker2: fix build with base GCC Add USE_CSTD=c99 to fix build with base GCC: /wrkdirs/usr/ports/audio/fasttracker2/work/ft2-clone-code/src/ft2_gui.c:431: error: 'for' loop initial declaration used outside C99 mode PR: 240659 Approved by: ehaupt (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21702 Changes: head/audio/fasttracker2/Makefile |
Created attachment 207595 [details] patch Add USE_CSTD=c99 to fix build: /wrkdirs/usr/ports/audio/fasttracker2/work/ft2-clone-code/src/ft2_gui.c:431: error: 'for' loop initial declaration used outside C99 mode