svn commit: r490221 - head/deskutils/gnome-font-viewer

Mark Linimon linimon at FreeBSD.org
Mon Jan 14 01:10:30 UTC 2019


Author: linimon
Date: Mon Jan 14 01:10:29 2019
New Revision: 490221
URL: https://svnweb.freebsd.org/changeset/ports/490221

Log:
  USES compiler:c11 is needed to fix the build on GCC-based architectures
  such as powerpc64.
  
  PR:		234396
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/gnome-font-viewer/Makefile

Modified: head/deskutils/gnome-font-viewer/Makefile
==============================================================================
--- head/deskutils/gnome-font-viewer/Makefile	Mon Jan 14 00:07:41 2019	(r490220)
+++ head/deskutils/gnome-font-viewer/Makefile	Mon Jan 14 01:10:29 2019	(r490221)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 CONFLICTS=	gnome-utils-2.[0-9]*
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils gettext localbase meson pkgconfig tar:xz
+USES=		compiler:c11 desktop-file-utils gettext localbase meson pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	cairo gtk30 gnomedesktop3


More information about the svn-ports-head mailing list