Date: Sat, 9 Jan 2021 01:02:05 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r560828 - branches/2021Q1/x11/taiga Message-ID: <202101090102.109125O3057094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101090102.109125O3057094>