1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11-toolkits/wxgtk30
Dimitry Andric 433a48154f During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30
gives errors with libc++ 3.8.0:

./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous
        if (abs(pt1.x - pt2.x) > 3)
            ^~~

This is because pt1.x and pt2.x are float values, but <cmath> is not
included, and abs() for float values comes from that header.  Fix it by
including <cmath>.

Approved by:	portmaster@bsdforge.com (maintainer)
Approved by:	vlad-fbsd@acheronmedia.com (maintainer)
PR:		209694
MFH:		2016Q2
2016-05-23 16:25:21 +00:00
..
files During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30 2016-05-23 16:25:21 +00:00
distinfo
Makefile Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. 2016-04-01 14:33:55 +00:00
pkg-descr
pkg-plist - Make dependency on `www/webkit-gtk2' optional: there's a configure switch 2015-09-19 17:15:16 +00:00