mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/jp2a: fix build on GCC architectures
Use C99 mode: image.c:815: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
63a41f899a
commit
bac074f281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552880
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
|||
libpng16.so:graphics/png
|
||||
|
||||
USES= jpeg localbase ncurses pkgconfig tar:bz2
|
||||
USE_CSTD= c99
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue