From 52e6efba757f944ed57c362d3a8afff353878be2 Mon Sep 17 00:00:00 2001 From: youri Date: Sat, 2 Jun 2018 22:48:34 +0000 Subject: [PATCH] Disable compile time TLS check, glib-networking includes mozilla-rootcerts. Fixes macos build. --- net/libsoup/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index 1c638b74261f..9f331c5bdb3d 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2018/05/26 21:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2018/06/02 22:48:34 youri Exp $ DISTNAME= libsoup-2.62.2 CATEGORIES= net gnome @@ -21,7 +21,8 @@ CONFIGURE_ENV+= DATADIRNAME=share # XXX: disable Vala bindings otherwise the configure phase fails because is not # XXX: able to find vapigen. -CONFIGURE_ARGS+= --enable-vala=no +CONFIGURE_ARGS+= --enable-vala=no \ + --disable-tls-check PKGCONFIG_OVERRIDE+= libsoup-2.4.pc.in PKGCONFIG_OVERRIDE+= libsoup-gnome-2.4.pc.in