svn commit: r553520 - branches/2020Q4/x11-themes/xfce-icons-elementary

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 28 00:43:25 UTC 2020


Author: pkubaj
Date: Wed Oct 28 00:43:25 2020
New Revision: 553520
URL: https://svnweb.freebsd.org/changeset/ports/553520

Log:
  MFH: r553519
  
  x11-themes/xfce-icons-elementary: fix build on GCC architectures
  
  New glib needs newer compiler.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/x11-themes/xfce-icons-elementary/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/x11-themes/xfce-icons-elementary/Makefile
==============================================================================
--- branches/2020Q4/x11-themes/xfce-icons-elementary/Makefile	Wed Oct 28 00:42:29 2020	(r553519)
+++ branches/2020Q4/x11-themes/xfce-icons-elementary/Makefile	Wed Oct 28 00:43:25 2020	(r553520)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	optipng:graphics/optipng
 
-USES=		gnome pkgconfig
+USES=		compiler:c11 gnome pkgconfig
 USE_GNOME=	gdkpixbuf2:build gtk30:build
 
 HAS_CONFIGURE=	yes


More information about the svn-ports-branches mailing list