diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild index 9b090c026610f..09797cc333a54 100644 --- a/app-office/libreoffice/libreoffice-5.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.2.9999.ebuild @@ -406,10 +406,10 @@ src_configure() { # not linked or anything else, worthless to depend on econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-dicts \ --with-system-headers \ - --with-system-libs \ --with-system-jars \ - --with-system-dicts \ + --with-system-libs \ --enable-cairo-canvas \ --enable-graphite \ --enable-largefile \ @@ -418,15 +418,15 @@ src_configure() { --enable-python=system \ --enable-randr \ --enable-release-build \ - --disable-hardlink-deliver \ --disable-ccache \ --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ --disable-gstreamer-0-10 \ - --disable-report-builder \ + --disable-hardlink-deliver \ --disable-online-update \ + --disable-report-builder \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \ diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9b090c026610f..a1000beb78c43 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -392,6 +392,7 @@ src_configure() { fi # system headers/libs/...: enforce using system packages + # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad # --enable-cairo: ensure that cairo is always required # --enable-graphite: disabling causes build breakages # --enable-*-link: link to the library rather than just dlopen on runtime @@ -406,10 +407,10 @@ src_configure() { # not linked or anything else, worthless to depend on econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-dicts \ --with-system-headers \ - --with-system-libs \ --with-system-jars \ - --with-system-dicts \ + --with-system-libs \ --enable-cairo-canvas \ --enable-graphite \ --enable-largefile \ @@ -418,15 +419,15 @@ src_configure() { --enable-python=system \ --enable-randr \ --enable-release-build \ - --disable-hardlink-deliver \ + --disable-breakpad \ --disable-ccache \ - --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ --disable-gstreamer-0-10 \ - --disable-report-builder \ + --disable-hardlink-deliver \ --disable-online-update \ + --disable-report-builder \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \