svn commit: r560828 - branches/2021Q1/x11/taiga

Jan Beich jbeich at FreeBSD.org
Sat Jan 9 01:02:05 UTC 2021


Author: jbeich
Date: Sat Jan  9 01:02:05 2021
New Revision: 560828
URL: https://svnweb.freebsd.org/changeset/ports/560828

Log:
  MFH: r560767 by linimon
  
  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:
  branches/2021Q1/x11/taiga/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11/taiga/Makefile
==============================================================================
--- branches/2021Q1/x11/taiga/Makefile	Sat Jan  9 00:59:37 2021	(r560827)
+++ branches/2021Q1/x11/taiga/Makefile	Sat Jan  9 01:02:05 2021	(r560828)
@@ -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-all mailing list