freebsd-ports/editors/openoffice-devel
Don Lewis 543465e012 Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0.
Openffice defines its own overloaded variant of round(), which is
only different in return type from the 'real' round() from <math.h>,
so it is ambiguous (in the C++ lookup sense).  Fix this by renaming
the custom round() to round_(), and using a define to minimize
needed changes in the code.

PR:		209588
Submitted by:	dim
2016-05-26 06:01:49 +00:00
..
files Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0. 2016-05-26 06:01:49 +00:00
distinfo Upgrade to upstream svn revision r1735889. This contains the 2016-03-21 05:53:01 +00:00
Makefile Pet portlint - use a tab (not space) after a variable name 2016-05-01 04:44:14 +00:00
pkg-descr