Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 09:48:27 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532194 - head/x11/hsetroot
Message-ID:  <202004200948.03K9mR1d032730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Apr 20 09:48:27 2020
New Revision: 532194
URL: https://svnweb.freebsd.org/changeset/ports/532194

Log:
  x11/hsetroot: fix build on GCC architectures
  
  Use C99 to fix build:
  hsr-outputs.c:71: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/x11/hsetroot/Makefile

Modified: head/x11/hsetroot/Makefile
==============================================================================
--- head/x11/hsetroot/Makefile	Mon Apr 20 09:32:28 2020	(r532193)
+++ head/x11/hsetroot/Makefile	Mon Apr 20 09:48:27 2020	(r532194)
@@ -12,6 +12,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libImlib2.so:graphics/imlib2
 
+USE_CSTD=	c99
 USE_GITHUB=	yes
 GH_ACCOUNT=	himdel
 



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