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:
Piotr Kubaj 2020-02-27 12:15:22 +00:00
parent 15efba5e29
commit f2ef7964a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527250

View file

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