diff options
author | 2011-07-25 17:21:29 +0000 | |
---|---|---|
committer | 2011-07-25 17:21:29 +0000 | |
commit | 19c564d77496ad1e37d7e22129b94e3fbde68fba (patch) | |
tree | d15e9c5e7fe3200e94b6e50f949e72874aecb09b /app-office | |
parent | Shutup python warning. Fixes bug #376295. (diff) | |
download | gentoo-2-19c564d77496ad1e37d7e22129b94e3fbde68fba.tar.gz gentoo-2-19c564d77496ad1e37d7e22129b94e3fbde68fba.tar.bz2 gentoo-2-19c564d77496ad1e37d7e22129b94e3fbde68fba.zip |
Disable pch (precompiled headers) support as it creates just build crashes.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.2.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index ba8ff02e1115..88ad42c51b60 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.50 2011/07/25 14:54:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.51 2011/07/25 17:21:29 scarabeus Exp $ + + 25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-3.4.2.2.ebuild: + Disable pch (precompiled headers) support as it creates just build crashes. 25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.4.2.2.ebuild: 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) \ |