mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add USE_CSTD=c99 to fix the following error on GCC-based architectures:
main.c:252: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
b58be8f23f
commit
f7e9420013
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508570
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= resurrecting-open-source-projects
|
||||
|
||||
USES= autoreconf
|
||||
USE_CSTD= c99
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11 xfixes xcursor
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue