Add USE_CSTD=c99 to fix build on GCC-based systems:

glxgears.c:412: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-11 20:14:12 +00:00
parent 695b5d9945
commit 9a54e6a4d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548260

View File

@ -13,6 +13,7 @@ LICENSE= MIT
CONFLICTS_INSTALL= mesa-demos
USES= gl localbase:ldflags xorg
USE_CSTD= c99
USE_GITLAB= yes
USE_GL= gl
USE_XORG= x11