Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2018 16:05:58 +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: r486869 - head/x11/gnome-session
Message-ID:  <201812071605.wB7G5wYv061969@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec  7 16:05:57 2018
New Revision: 486869
URL: https://svnweb.freebsd.org/changeset/ports/486869

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

Modified:
  head/x11/gnome-session/Makefile

Modified: head/x11/gnome-session/Makefile
==============================================================================
--- head/x11/gnome-session/Makefile	Fri Dec  7 15:59:48 2018	(r486868)
+++ head/x11/gnome-session/Makefile	Fri Dec  7 16:05:57 2018	(r486869)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	${LOCALBASE}/sbin/console-kit-daemon:sysu
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome localbase:ldflags meson pkgconfig python:3.6+,build tar:xz
+USES=		compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \
+		python:3.6+,build tar:xz
 USE_GNOME=	gnomedesktop3 gtk30
 USE_XORG=	ice sm x11 xcomposite xtrans
 USE_GL=		egl gl glesv2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812071605.wB7G5wYv061969>