Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 00:42:29 +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: r553519 - head/x11-themes/xfce-icons-elementary
Message-ID:  <202010280042.09S0gTXR086399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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