Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 06:02:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 209588] editors/openoffice-4 editors/openoffice-devel: Fix build with libc++ 3.8.0
Message-ID:  <bug-209588-25061-VwRpcsksuB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209588-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209588-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209588

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: truckman
Date: Thu May 26 06:01:50 UTC 2016
New revision: 415875
URL: https://svnweb.freebsd.org/changeset/ports/415875

Log:
  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

Changes:
  head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.=
cxx
=20
head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layou=
t.cxx

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209588-25061-VwRpcsksuB>