Date: Thu, 18 Jan 2018 09:55:45 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459363 - in head/editors/openoffice-devel: . files Message-ID: <tkrat.8b5ea530810dce96@FreeBSD.org> In-Reply-To: <201801181651.w0IGpu3E090532@repo.freebsd.org> References: <201801181651.w0IGpu3E090532@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tkrat.8b5ea530810dce96>