svn commit: r560767 - head/x11/taiga

Mark Linimon linimon at FreeBSD.org
Fri Jan 8 12:40:45 UTC 2021


Author: linimon
Date: Fri Jan  8 12:40:44 2021
New Revision: 560767
URL: https://svnweb.freebsd.org/changeset/ports/560767

Log:
  Add USE_CSTD=c99 to fix build on GCC-based systems:
  
    ../src/utils.c:74: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/taiga/Makefile

Modified: head/x11/taiga/Makefile
==============================================================================
--- head/x11/taiga/Makefile	Fri Jan  8 12:32:18 2021	(r560766)
+++ head/x11/taiga/Makefile	Fri Jan  8 12:40:44 2021	(r560767)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libavcodec.so:multimedia/ffmpeg
 
 USES=		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-head mailing list