pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox does not work ok 10 Stable



> I would prefer c to rust and my /etc/mk.conf has
>
> LIBRSVG_TYPE=                   c

This causes the problem for you. In harfbuzz/buildlink3.mk:
.if ${LIBRSVG_TYPE} == "rust"
.include "../../graphics/graphite2/buildlink3.mk"
.endif

In pkgsrc-wip/chromium/Makefile only use
.include "../../fonts/harfbuzz/buildlink3.mk" what is for you don't
including the graphite2/buildlink3.mk because of LIBRSVG_TYPE=c
settings.
Try manually add to the chromium/Makefile:
.include "../../graphics/graphite2/buildlink3.mk"

If you have the harfbuzz package from the binary repository, it is
built with graphite2 support, so won't break chromium.

-- 
kikadf


Home | Main Index | Thread Index | Old Index