[MacPorts] #70409: c-ares @1.32.2 does not build on PPC Tiger, Mac OS X 10.4.11, because of error: expected declaration specifiers before '__OSX_AVAILABLE_STARTING'?
MacPorts
noreply at macports.org
Sun Jul 21 02:05:20 UTC 2024
#70409: c-ares @1.32.2 does not build on PPC Tiger, Mac OS X 10.4.11, because of
error: expected declaration specifiers before '__OSX_AVAILABLE_STARTING'?
------------------------+-----------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Resolution: | Keywords: tiger ppc
Port: c-ares |
------------------------+-----------------------
Comment (by tobypeterson):
Can you try adding this before the uses of `__OSX_AVAILABLE_STARTING` in
dnsinfo.h?
{{{
#ifndef __OSX_AVAILABLE_STARTING
#define __OSX_AVAILABLE_STARTING(_osx, _ios)
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70409#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list