Comment 27 for bug 1269206

Revision history for this message
David Mathog (mathog) wrote :

This patch (also) handles the -DWITH_SVG2 issue. (There does not seem to be a configure item that specifically enables that, just the generic CPPFLAGS mechanism.)

Note that for some reason or other Inkscape r13132 was crashing in an unrelated place after this patch was applied, until a full rebuild was forced with:

export CPPFLAGS="-DWITH_SVG2"
./configure --disable-strict-build
make clean
make