Date: Fri, 8 Jan 2021 12:40:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560767 - head/x11/taiga Message-ID: <202101081240.108Cei6x096361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101081240.108Cei6x096361>