[linimon at FreeBSD.org: svn commit: r488322 - head/graphics/atril]

Mark Linimon linimon at lonesome.com
Tue Dec 25 13:17:24 UTC 2018


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Tue, 25 Dec 2018 13:16:11 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r488322 - head/graphics/atril

Author: linimon
Date: Tue Dec 25 13:16:11 2018
New Revision: 488322
URL: https://svnweb.freebsd.org/changeset/ports/488322

Log:
  Add USES=compiler:c11 to fix build on GCC-based architectures.
  
  While here, add USES=gnome mate.
  
  PR:		233913
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/atril/Makefile

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Tue Dec 25 13:09:27 2018	(r488321)
+++ head/graphics/atril/Makefile	Tue Dec 25 13:16:11 2018	(r488322)
@@ -26,8 +26,8 @@ LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib 
 PORTSCOUT=	limitw:1,even
 SLAVEPORT?=	no
 
-USES=		desktop-file-utils gettext gmake libarchive libtool pathfix \
-		pkgconfig tar:xz
+USES=		compiler:c11 desktop-file-utils gettext gmake gnome libarchive \
+		libtool mate pathfix pkgconfig tar:xz
 USE_MATE=	icontheme
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gtk30 intlhack libxml2


----- End forwarded message -----


More information about the freebsd-gnome mailing list