From 80799fec52552abb03f30f2bded83bc6333d86a4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 24 Nov 2018 08:25:54 +0000 Subject: [PATCH] Add USES=compiler:c11 to fix build on GCC-based architectures. PR: 232910 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- net/glib-networking/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 1b15921a78e6..c1ccac747a99 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -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"