[Bug 229844] graphics/inkscape: src/libavoid/connector.cpp:888:29: error: call to 'abs' is ambiguous on 11.2 i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 5 19:45:28 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229844
--- Comment #1 from VVD <vvd at unislabs.com> ---
Quick fix to build port on i386 is to replace "abs()" to "labs()" in
src/libavoid/connector.cpp:888:29:
- COLA_ASSERT(abs((long)i->pathNext->id.objID - i->id.objID) != 2);
+ COLA_ASSERT(labs((long)i->pathNext->id.objID - (long)i->id.objID) != 2);
Any maintainer is here?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list