1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00: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:
Piotr Kubaj 2020-10-21 18:49:58 +00:00
parent 63a41f899a
commit bac074f281
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552880

View File

@ -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