app-office/libreoffice: Old crashdump option removed in master
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sun, 12 Jun 2016 19:00:24 +0000 (21:00 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 2 Jul 2016 21:15:52 +0000 (23:15 +0200)
Package-Manager: portage-2.2.28

app-office/libreoffice/libreoffice-5.2.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 9b090c026610fb5cad54c7226ac54bc878a884f1..09797cc333a54a23de780aa8568bf609dc509135 100644 (file)
@@ -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" \
index 9b090c026610fb5cad54c7226ac54bc878a884f1..a1000beb78c436328f7df43f70a9c9b48935f56e 100644 (file)
@@ -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" \