svn commit: r553519 - head/x11-themes/xfce-icons-elementary

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 28 00:42:29 UTC 2020


Author: pkubaj
Date: Wed Oct 28 00:42:29 2020
New Revision: 553519
URL: https://svnweb.freebsd.org/changeset/ports/553519

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

Modified:
  head/x11-themes/xfce-icons-elementary/Makefile

Modified: head/x11-themes/xfce-icons-elementary/Makefile
==============================================================================
--- head/x11-themes/xfce-icons-elementary/Makefile	Wed Oct 28 00:41:37 2020	(r553518)
+++ head/x11-themes/xfce-icons-elementary/Makefile	Wed Oct 28 00:42:29 2020	(r553519)
@@ -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-head mailing list