svn commit: r485729 - head/net/glib-networking

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 08:25:55 UTC 2018


Author: linimon
Date: Sat Nov 24 08:25:54 2018
New Revision: 485729
URL: https://svnweb.freebsd.org/changeset/ports/485729

Log:
  Add USES=compiler:c11 to fix build on GCC-based architectures.
  
  PR:		232910
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/glib-networking/Makefile

Modified: head/net/glib-networking/Makefile
==============================================================================
--- head/net/glib-networking/Makefile	Sat Nov 24 07:20:56 2018	(r485728)
+++ head/net/glib-networking/Makefile	Sat Nov 24 08:25:54 2018	(r485729)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome localbase meson pkgconfig \
+USES=		compiler:c11 gettext gnome localbase meson pkgconfig \
 		python:3.6+,build tar:xz
 USE_GNOME=	glib20
 MESON_ARGS=	-Dca_certificates_path="${LOCALBASE}/share/certs/ca-root-nss.crt"


More information about the svn-ports-all mailing list