Unfortunately, LibreOffice project completely dropped support for pre-C++11 compilers and libraries since 4.4. Therefore, we cannot easily build it on FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason, the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with no language packs).
11 lines
340 B
Text
11 lines
340 B
Text
--- Makefile.in.orig 2014-09-16 16:10:41.000000000 -0400
|
|
+++ Makefile.in 2014-10-08 17:49:10.000000000 -0400
|
|
@@ -308,7 +308,7 @@
|
|
@exit 1
|
|
endif
|
|
|
|
-distro-pack-install: install
|
|
+distro-pack-install: install-strip
|
|
$(SRCDIR)/bin/distro-install-clean-up
|
|
$(SRCDIR)/bin/distro-install-desktop-integration
|
|
$(SRCDIR)/bin/distro-install-sdk
|