svn commit: r413606 - branches/2016Q2/graphics/cuneiform/files
Dimitry Andric
dim at FreeBSD.org
Mon Apr 18 19:02:57 UTC 2016
Author: dim (src committer)
Date: Mon Apr 18 19:02:56 2016
New Revision: 413606
URL: https://svnweb.freebsd.org/changeset/ports/413606
Log:
MFH: r413510
During the exp-run in bug 208158, it was found that graphics/cuneiform
gives errors with libc++ 3.8.0:
cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp:597:32: error: call to 'abs' is ambiguous
wNewHeight = (mbMarginsFlag ? abs(mrMargins.rmBottomMarg - mrMargins.rmTopMarg) : mpSourceDIB->GetLinesNumber());
^~~
This is because abs() is being called an unsigned argument. Fix this by
casting the argument to the appropriate signed type.
Approved by: portmgr (junovitch)
PR: 208843
Added:
branches/2016Q2/graphics/cuneiform/files/
- copied from r413510, head/graphics/cuneiform/files/
Modified:
Directory Properties:
branches/2016Q2/ (props changed)
More information about the svn-ports-branches
mailing list