[MacPorts] #65653: mpd @0.23.8: builds failing for all macOS releases prior to monterey
MacPorts
noreply at macports.org
Fri Aug 12 18:20:54 UTC 2022
#65653: mpd @0.23.8: builds failing for all macOS releases prior to monterey
----------------------+---------------------
Reporter: mascguy | Owner: mascguy
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: fixed | Keywords:
Port: mpd |
----------------------+---------------------
Comment (by Gcenx):
You’d do something like the following within the relevant header
{{{
#if !defined(MAC_OS_X_VERSION_10_12) || MAC_OS_X_VERSION_MAX_ALLOWED <
MAC_OS_X_VERSION_10_12
#define kAudioObjectPropertyElementMain kAudioObjectPropertyElementMaster
#endif
}}}
This is more a copy/paste where I didn’t update the version requirement.
--
Ticket URL: <https://trac.macports.org/ticket/65653#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list