Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 21:00:29 +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: r486554 - head/devel/template-glib
Message-ID:  <201812032100.wB3L0TPs011174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec  3 21:00:28 2018
New Revision: 486554
URL: https://svnweb.freebsd.org/changeset/ports/486554

Log:
  A C11-aware compiler is necessary to build this port.
  
  PR:		233720
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/template-glib/Makefile

Modified: head/devel/template-glib/Makefile
==============================================================================
--- head/devel/template-glib/Makefile	Mon Dec  3 20:56:07 2018	(r486553)
+++ head/devel/template-glib/Makefile	Mon Dec  3 21:00:28 2018	(r486554)
@@ -10,7 +10,7 @@ COMMENT=	Templating library for GLib
 
 BUILD_DEPENDS=	valac:lang/vala
 
-USES=		bison gettext gnome meson pkgconfig tar:xz
+USES=		bison compiler:c11 gettext gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection
 
 .include <bsd.port.mk>



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