[MacPorts] #52468: gtk3 3.22.0_0 build fails on 10.5 ppc
MacPorts
noreply at macports.org
Tue Oct 18 17:51:56 CEST 2016
#52468: gtk3 3.22.0_0 build fails on 10.5 ppc
-------------------------+-----------------------------
Reporter: dgonyier@… | Owner: devans@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords: leopard powerpc
Port: gtk3 |
-------------------------+-----------------------------
Comment (by ken.cunningham.webuse@…):
Yep. Getting it.
Found a 'hack' to fix pango on Leopard. FInd this bit in the configure
script
{{{
if ac_fn_c_try_link "$LINENO"; then :
have_core_text=yes
else
have_core_text=no
fi
}}}
and change to (duh - should have just done this in the first place):
{{{
if ac_fn_c_try_link "$LINENO"; then :
have_core_text=no
else
have_core_text=no
fi
}}}
and rebuild pango and core text is forced out and the missing symbols
disappear.
I'd make a reinplace to do this for everyone, but that's not too popular
these days. So anyone on this list can just do it for themselves, if they
wish.
Now to see what comes next :> Thanks Jeremy.
--
Ticket URL: <https://trac.macports.org/ticket/52468#comment:39>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system
More information about the macports-tickets
mailing list