mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Fixes: https://trac.macports.org/ticket/59658 Fixes: https://trac.macports.org/ticket/59659
12 lines
331 B
Diff
12 lines
331 B
Diff
--- babl/meson.build.orig
|
|
+++ babl/meson.build
|
|
@@ -31,7 +31,7 @@
|
|
babl_link_args = [
|
|
'-Wl,--version-script=' + version_script[0].full_path()
|
|
]
|
|
-elif cc.get_id() == 'clang'
|
|
+elif host_machine.system() == 'darwin'
|
|
if cc.links('',
|
|
name: '-Wl,-exported_symbols_list',
|
|
args: ['-Wl,-exported_symbols_list',
|