summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-06-12 21:00:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-02 23:15:52 +0200
commit4e14521c09a396a9af32d303fc9fe342fb82eb74 (patch)
tree9d5b8933382b0d320e2b5957ff69bbd874c7e4c3 /app-office/libreoffice
parentapp-office/libreoffice: Exclude clang from GCC version check (diff)
downloadgentoo-4e14521c09a396a9af32d303fc9fe342fb82eb74.tar.gz
gentoo-4e14521c09a396a9af32d303fc9fe342fb82eb74.tar.bz2
gentoo-4e14521c09a396a9af32d303fc9fe342fb82eb74.zip
app-office/libreoffice: Old crashdump option removed in master
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-5.2.9999.ebuild8
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild11
2 files changed, 10 insertions, 9 deletions
diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild
index 9b090c026610..09797cc333a5 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 9b090c026610..a1000beb78c4 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" \