aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-21 15:15:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-21 15:15:38 +0000
commit70de6f42b8c606374575670a2465c523c94fda03 (patch)
tree21db77e2fface341d5a0c2c22e4203eeb945297e /audio
parenta7225a92ce0e3044487c06fdcd06451f4df45db8 (diff)
downloadports-70de6f42b8c606374575670a2465c523c94fda03.tar.gz
ports-70de6f42b8c606374575670a2465c523c94fda03.zip
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
Notes
Notes: svn path=/head/; revision=512507
Diffstat (limited to 'audio')
-rw-r--r--audio/fasttracker2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile
index 53eeaeb2e39b..eae5d02335b8 100644
--- a/audio/fasttracker2/Makefile
+++ b/audio/fasttracker2/Makefile
@@ -18,6 +18,7 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/LICENSE.txt
LICENSE_FILE_CC-BY-NC-SA-4.0= ${WRKSRC}/src/gfxdata/bmp/LICENSE.txt
USES= dos2unix iconv:wchar_t localbase:ldflags sdl zip
+USE_CSTD= c99
USE_SDL= sdl2
WRKSRC= ${WRKDIR}/ft2-clone-code