diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-09-14 07:43:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-09-14 07:43:43 +0000 |
commit | 58fe5bd73d2d5f99a101f04011f652a62744900b (patch) | |
tree | 0f7804d55955465dd1638353c2fa2bfd8ea3454e /editors | |
parent | 56ffba7822cf77e47fa13b1ad5b5b6389b96347f (diff) | |
download | ports-58fe5bd73d2d5f99a101f04011f652a62744900b.tar.gz ports-58fe5bd73d2d5f99a101f04011f652a62744900b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b0fabd3185b4..d4cbae857b2f 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -331,6 +331,12 @@ CONFIGURE_ARGS+= --enable-release-build .include <bsd.port.pre.mk> +# if compiled with clang on 8.x libreoffice exits with the following error: +# terminate called after throwing an instance of 'com::sun::star::ucb::InteractiveAugmentedIOException' +.if ${OSVERSION} < 900000 +WITH_GCC= yes +.endif + .if defined(WITH_GCC) USE_GCC= 4.6+ DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext |