[MacPorts] #57474: bladeRF @20181024_1 fails to build on Mavericks
MacPorts
noreply at macports.org
Tue Oct 30 22:42:45 UTC 2018
#57474: bladeRF @20181024_1 fails to build on Mavericks
----------------------+---------------------------
Reporter: tehcog | Owner: michaelld
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords: legacysupport
Port: bladeRF |
----------------------+---------------------------
Comment (by kencu):
On that fix of Ryan's report, they seem to just swap them interchangeably:
{{{
#ifndef HAVE_CLOCK_GETTIME
#if defined(__APPLE__) || defined(__MACH__)
int clock_gettime(clock_id_t which_clock, struct timespec *t);
#elif defined(__linux__)
int clock_gettime(clockid_t which_clock, struct timespec *t);
#endif
#endif
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57474#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list