svn commit: r486869 - head/x11/gnome-session

Mark Linimon linimon at FreeBSD.org
Fri Dec 7 16:05:59 UTC 2018


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


More information about the svn-ports-all mailing list