[MacPorts] #37418: webkit-gtk build failure
MacPorts
noreply at macports.org
Fri Dec 28 14:30:35 PST 2012
#37418: webkit-gtk build failure
----------------------------+------------------------
Reporter: enekogotzon@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords: leopard
Port: webkit-gtk |
----------------------------+------------------------
Comment (by jeremyhu@…):
It's a private struct that changes with each update of the OS. That code
is probably just doing something like:
{{{
if building for earlier than Lion {
do it the Snow Leopard Way
} else if Lion {
do it the Lion Way
} else {
do it the Mountain Lion Way
}
}}}
...
so you need to see what changed in that struct between Leopard and SL and
update it accordingly.
I thought I did at one point, but maybe that was for a different port...
--
Ticket URL: <https://trac.macports.org/ticket/37418#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list