mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
x11-toolkits/termit: fix build on GCC architectures
Use C99 mode by default: /wrkdirs/usr/ports/x11-toolkits/termit/work/termit-termit-3.1/src/termit.c:50: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
15efba5e29
commit
f2ef7964a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527250
@ -15,6 +15,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
|
||||
libgnutls.so:security/gnutls
|
||||
|
||||
USES= cmake gnome lua:53+ pkgconfig xorg
|
||||
USE_CSTD= c99
|
||||
USE_XORG= x11
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 vte3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user