babl: 0.1.66 → 0.1.72
https://gitlab.gnome.org/GNOME/babl/blob/BABL_0_1_72/NEWS#L6-24
This commit is contained in:
16
pkgs/development/libraries/babl/fix-darwin.patch
Normal file
16
pkgs/development/libraries/babl/fix-darwin.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/babl/meson.build b/babl/meson.build
|
||||
index b551c9a..f452435 100644
|
||||
--- a/babl/meson.build
|
||||
+++ b/babl/meson.build
|
||||
@@ -24,9 +24,9 @@
|
||||
]
|
||||
|
||||
# Linker arguments
|
||||
-babl_link_args = [
|
||||
+babl_link_args = cc.get_supported_link_arguments([
|
||||
'-Wl,--version-script,' + version_script,
|
||||
-]
|
||||
+])
|
||||
if platform_win32
|
||||
babl_link_args += '-Wl,--no-undefined'
|
||||
endif
|
||||
Reference in New Issue
Block a user