Date: Sun, 30 Dec 2018 12:41:45 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r488711 - head/net-im/empathy] Message-ID: <20181230124136.GA6152@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Sun, 30 Dec 2018 12:40:15 +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: r488711 - head/net-im/empathy 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 ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181230124136.GA6152>