Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 05:44:13 +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: r538075 - head/multimedia/playerctl
Message-ID:  <202006060544.0565iDDh014731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Jun  6 05:44:12 2020
New Revision: 538075
URL: https://svnweb.freebsd.org/changeset/ports/538075

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

Modified:
  head/multimedia/playerctl/Makefile

Modified: head/multimedia/playerctl/Makefile
==============================================================================
--- head/multimedia/playerctl/Makefile	Sat Jun  6 04:41:55 2020	(r538074)
+++ head/multimedia/playerctl/Makefile	Sat Jun  6 05:44:12 2020	(r538075)
@@ -13,6 +13,7 @@ LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gnome meson pkgconfig
+USE_CSTD=	c99
 USE_GNOME=	glib20
 
 USE_LDCONFIG=	yes



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