svn commit: r561882 - head/x11/taiga

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 17 22:52:19 UTC 2021


Author: pkubaj
Date: Sun Jan 17 22:52:18 2021
New Revision: 561882
URL: https://svnweb.freebsd.org/changeset/ports/561882

Log:
  x11/taiga: fix build on GCC architectures
  
  ../src/taiga.c:142: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/x11/taiga/Makefile

Modified: head/x11/taiga/Makefile
==============================================================================
--- head/x11/taiga/Makefile	Sun Jan 17 22:28:35 2021	(r561881)
+++ head/x11/taiga/Makefile	Sun Jan 17 22:52:18 2021	(r561882)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libavcodec.so:multimedia/ffmpeg
 
 USES=		compiler:c11 meson pkgconfig
+USE_CSTD=	c99
 CPPFLAGS+=	-D_WITH_GETLINE # XXX Remove after FreeBSD 11 EOL
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-all mailing list