svn commit: r459363 - in head/editors/openoffice-devel: . files

Don Lewis truckman at FreeBSD.org
Thu Jan 18 17:55:59 UTC 2018


On 18 Jan, Don Lewis wrote:
> Author: truckman
> Date: Thu Jan 18 16:51:56 2018
> New Revision: 459363
> URL: https://svnweb.freebsd.org/changeset/ports/459363
> 
> Log:
>   Fix editors/openoffice-4 build with clang 6.0.0 by compiling with
>   -std=gnu++98 since that was the default for the compilers historically
>   used for the build.  It turns out that -std=c++98 does not work
>   because the vigra headers depend on LLONG_MAX and friends, which
>   are not defined without the GNU extensions.

s/openoffice-4/openoffice-devel/


More information about the svn-ports-all mailing list