Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 22:52:18 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561882 - head/x11/taiga
Message-ID:  <202101172252.10HMqIlr087642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101172252.10HMqIlr087642>