svn commit: r527250 - head/x11-toolkits/termit

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 27 12:15:24 UTC 2020


Author: pkubaj
Date: Thu Feb 27 12:15:22 2020
New Revision: 527250
URL: https://svnweb.freebsd.org/changeset/ports/527250

Log:
  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

Modified:
  head/x11-toolkits/termit/Makefile

Modified: head/x11-toolkits/termit/Makefile
==============================================================================
--- head/x11-toolkits/termit/Makefile	Thu Feb 27 12:11:54 2020	(r527249)
+++ head/x11-toolkits/termit/Makefile	Thu Feb 27 12:15:22 2020	(r527250)
@@ -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
 


More information about the svn-ports-all mailing list