[MacPorts] #65934: mesa @22.1.7 +tests requires added link library to libunwind on PPC Leopard, Mac OS X 10.5.8
MacPorts
noreply at macports.org
Sat Oct 15 18:57:45 UTC 2022
#65934: mesa @22.1.7 +tests requires added link library to libunwind on PPC
Leopard, Mac OS X 10.5.8
------------------------+-------------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords: leopard ppc
Port: mesa |
------------------------+-------------------------
Comment (by kencu):
In the meson.build script, it is assumed that Darwin will have libunwind
in System:
{{{
if host_machine.system() == 'darwin'
dep_unwind = meson.get_compiler('c').find_library('System')
else
dep_unwind = dependency('libunwind', required : _libunwind ==
'enabled')
endif
if dep_unwind.found()
pre_args += '-DHAVE_LIBUNWIND'
endif
}}}
so that is why we have to add the specific libunwind addition for systems
that don't have libunwind inside libSystem. Let me try something else...
--
Ticket URL: <https://trac.macports.org/ticket/65934#comment:18>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list