diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.2.2.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.2.2.ebuild b/app-office/libreoffice/libreoffice-3.4.2.2.ebuild index bcd846fad1b9..21270cb83ac7 100644 --- a/app-office/libreoffice/libreoffice-3.4.2.2.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.2.ebuild,v 1.10 2011/07/25 15:42:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.2.ebuild,v 1.11 2011/07/25 17:21:29 scarabeus Exp $ EAPI=3 @@ -400,6 +400,7 @@ src_configure() { # --disable-gnome-vfs: old gnome virtual fs support # --disable-kdeab: kde3 adressbook # --disable-kde: kde3 support + # --disable-pch: precompiled headers cause build crashes # --disable-rpath: relative runtime path is not desired # --disable-static-gtk: ensure that gtk is linked dynamically # --disable-zenity: disable build icon @@ -431,6 +432,7 @@ src_configure() { --disable-kdeab \ --disable-kde \ --disable-online-update \ + --disable-pch \ --disable-rpath \ --disable-static-gtk \ --disable-zenity \ @@ -471,7 +473,6 @@ src_configure() { $(use_enable nsplugin mozilla) \ $(use_enable odk) \ $(use_enable opengl) \ - $(use_enable pch) \ $(use_enable python) \ $(use_enable python ext-scripting-python) \ $(use_enable webdav neon) \ |