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)
This commit is contained in:
Mark Linimon 2020-06-06 05:44:12 +00:00
parent fee82af7b7
commit 93b60a6e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538075

View File

@ -13,6 +13,7 @@ LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome meson pkgconfig
USE_CSTD= c99
USE_GNOME= glib20
USE_LDCONFIG= yes