Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 00:43:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553520 - branches/2020Q4/x11-themes/xfce-icons-elementary
Message-ID:  <202010280043.09S0hPPK086591@repo.freebsd.org>

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



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