svn commit: r488711 - head/net-im/empathy

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 12:40:16 UTC 2018


Author: linimon
Date: Sun Dec 30 12:40:15 2018
New Revision: 488711
URL: https://svnweb.freebsd.org/changeset/ports/488711

Log:
  This port requires USES=compiler:c11 to build on GCC-based
  architectures.
  
  PR:		234353
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/empathy/Makefile

Modified: head/net-im/empathy/Makefile
==============================================================================
--- head/net-im/empathy/Makefile	Sun Dec 30 12:37:02 2018	(r488710)
+++ head/net-im/empathy/Makefile	Sun Dec 30 12:40:15 2018	(r488711)
@@ -48,7 +48,7 @@ RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
 		geoclue>=0:net/geoclue \
 		mc-tool:net-im/telepathy-mission-control
 
-USES=		gettext gmake gnome libtool localbase pathfix \
+USES=		compiler:c11 gettext gmake gnome libtool localbase pathfix \
 		pkgconfig python:2.7 tar:xz
 USE_GNOME=	cairo evolutiondataserver3 intlhack
 USE_XORG=	x11 xcomposite xdamage xext xfixes xi xrandr


More information about the svn-ports-all mailing list