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:
parent
695b5d9945
commit
9a54e6a4d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user