[MacPorts] #60270: gegl and 64bit support leopard
MacPorts
noreply at macports.org
Sun Mar 29 00:02:22 UTC 2020
#60270: gegl and 64bit support leopard
-----------------------+---------------------
Reporter: rmottola | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard
Port: gegl |
-----------------------+---------------------
Comment (by kencu):
Oh, BTW, instead of this, which looks nice but in reality doesn't really
work out as well as you would hope:
{{{
defined(MAC_OS_X_VERSION_10_6)
}}}
the convention is to use this, if the code is only known in the 10.6+ SDK
{{{
MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
}}}
or this if the code can only run on on the 10.6+ SDK.
{{{
MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
}}}
because it is much more reliable and will work on ever OS version from
10.4 to whatever comes along...
--
Ticket URL: <https://trac.macports.org/ticket/60270#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list