From 24b8b2298a7458f2d8e53b2c7004fdf32fc6760c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 20 Sep 2021 18:49:38 +0200 Subject: [PATCH] - rediffed --- libsoup3-path-override.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libsoup3-path-override.patch b/libsoup3-path-override.patch index 39819bb..b23488e 100644 --- a/libsoup3-path-override.patch +++ b/libsoup3-path-override.patch @@ -1,6 +1,6 @@ ---- libsoup-2.99.3/meson.build.orig 2021-04-08 21:34:56.261188700 +0200 -+++ libsoup-2.99.3/meson.build 2021-04-11 15:13:46.597820547 +0200 -@@ -329,11 +329,18 @@ endif +--- libsoup-3.0.0/meson.build.orig 2021-09-18 17:42:24.256217200 +0200 ++++ libsoup-3.0.0/meson.build 2021-09-19 22:18:19.217690057 +0200 +@@ -344,11 +344,18 @@ endif ################ # NTLM not supported on Windows if host_machine.system() != 'windows' @@ -20,9 +20,9 @@ - add_project_arguments('-DNTLM_AUTH="' + ntlm_auth.path() + '"', language : 'c') + add_project_arguments('-DNTLM_AUTH="' + ntlm_auth_path + '"', language : 'c') endif - endif - -@@ -392,7 +399,7 @@ summary({ + else + ntlm_auth = dependency('', required: false) +@@ -409,7 +416,7 @@ summary({ summary({ 'GSSAPI' : enable_gssapi, -- 2.43.0