svn commit: r532194 - head/x11/hsetroot

Piotr Kubaj pkubaj at FreeBSD.org
Mon Apr 20 09:48:28 UTC 2020


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
 


More information about the svn-ports-all mailing list