summaryrefslogtreecommitdiff
path: root/recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch')
-rw-r--r--recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch b/recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch
deleted file mode 100644
index 03dcf314..00000000
--- a/recipes/gobject-introspection/0003-giscanner-Fix-shared-library-name-with-Meson-on-macO.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f3909530243de0706d205cbc122e3eb5dd5c171e Mon Sep 17 00:00:00 2001
-From: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
-Date: Wed, 20 Jun 2018 07:49:45 -0700
-Subject: [PATCH] giscanner: do not override dyld search path on macOS
-
-Closes https://gitlab.gnome.org/GNOME/gobject-introspection/issues/205
----
- giscanner/ccompiler.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py
-index bd739ffa..ecbeb684 100644
---- a/giscanner/ccompiler.py
-+++ b/giscanner/ccompiler.py
-@@ -119,7 +119,7 @@ class CCompiler(object):
- if os.name == 'nt':
- runtime_path_envvar = ['LIB', 'PATH']
- else:
-- runtime_path_envvar = ['LD_LIBRARY_PATH', 'DYLD_LIBRARY_PATH']
-+ runtime_path_envvar = ['LD_LIBRARY_PATH', 'DYLD_FALLBACK_LIBRARY_PATH']
- # Search the current directory first
- # (This flag is not supported nor needed for Visual C++)
- args.append('-L.')
---
-2.20.1
-