1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/editors/openoffice-devel
Don Lewis 1c0aec0a94 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.

Compensate for a recent poudriere change by overriding $HOME and
setting it to /tmp if $HOME is not writeable.  Some of the test
code run during the build wants to use mkstemp() to create temporary
directories under $HOME, which does not work for the "nobody" user
which points $HOME at /nonexistent.

No PORTREVISION bump since this is a build fix and there is no
change to the package.

PR:		225129
Reported by:	jbeich
2018-01-18 16:51:56 +00:00
..
files Fix editors/openoffice-4 build with clang 6.0.0 by compiling with 2018-01-18 16:51:56 +00:00
distinfo Upgrade openoffice-devel to upstream svn revision r1810071. 2017-09-30 18:23:26 +00:00
Makefile Fix editors/openoffice-4 build with clang 6.0.0 by compiling with 2018-01-18 16:51:56 +00:00
pkg-descr