[MacPorts] #31500: wine ports: build failures on Tiger
MacPorts
noreply at macports.org
Sat Oct 8 10:53:44 PDT 2011
#31500: wine ports: build failures on Tiger
---------------------------------------+------------------------------------
Reporter: arevirleahcim@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: tiger | Port: wine-devel, wine-crossover, wine-crossover-games
---------------------------------------+------------------------------------
Comment(by jeremyhu@…):
SecKeychainAddInternetPassword *IS* in Tiger's Security.framework.
So you want to use Security.framework for what it can offer, but you need
to add a check in the sources (rather than configure.ac) which will do:
{{{
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
code that uses SSLCopyPeerCertificates
#else
workaround not having SSLCopyPeerCertificates
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/31500#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list