Date: Sat, 22 Dec 2018 03:29:34 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488059 - head/mail/evolution-ews Message-ID: <201812220329.wBM3TYKI034604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220329.wBM3TYKI034604>