svn commit: r488059 - head/mail/evolution-ews

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 03:29:35 UTC 2018


Author: linimon
Date: Sat Dec 22 03:29:34 2018
New Revision: 488059
URL: https://svnweb.freebsd.org/changeset/ports/488059

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

Modified:
  head/mail/evolution-ews/Makefile

Modified: head/mail/evolution-ews/Makefile
==============================================================================
--- head/mail/evolution-ews/Makefile	Sat Dec 22 03:24:36 2018	(r488058)
+++ head/mail/evolution-ews/Makefile	Sat Dec 22 03:29:34 2018	(r488059)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	evolution>=3.0.0:mail/evolution
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bdb:5 cmake gettext gnome localbase pathfix \
+USES=		bdb:5 compiler:c11 cmake gettext gnome localbase pathfix \
 		pkgconfig sqlite tar:xz
 USE_GNOME=	cairo gdkpixbuf2 evolutiondataserver3 intltool
 


More information about the svn-ports-all mailing list