diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-25 09:08:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-25 09:08:26 +0000 |
commit | 68efa403d68570377e0103812fb6314d71a6d5b0 (patch) | |
tree | 4c15c1ccfa4132e31b885efdbb259368ba108d0f /app-office/libreoffice/libreoffice-3.3.4.ebuild | |
parent | Drop old. (diff) | |
download | gentoo-2-68efa403d68570377e0103812fb6314d71a6d5b0.tar.gz gentoo-2-68efa403d68570377e0103812fb6314d71a6d5b0.tar.bz2 gentoo-2-68efa403d68570377e0103812fb6314d71a6d5b0.zip |
Fix build with poppler 0.18 also for 3.3 branch. Patch adjusted by Petr Pisar <petr.pisar [at] atlas.cz> all kudos to him.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.3.4.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.3.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-3.3.4.ebuild b/app-office/libreoffice/libreoffice-3.3.4.ebuild index e61fb91c13c0..5378af617d4a 100644 --- a/app-office/libreoffice/libreoffice-3.3.4.ebuild +++ b/app-office/libreoffice/libreoffice-3.3.4.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.3.4.ebuild,v 1.6 2011/10/20 11:10:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.4.ebuild,v 1.7 2011/10/25 09:08:26 scarabeus Exp $ EAPI="3" @@ -271,6 +271,8 @@ src_prepare() { cp -f "${FILESDIR}/${PN}-3.3.1-neon_remove_SSPI_support.diff" "${S}/patches/hotfixes" cp -f "${FILESDIR}/${PN}-libdb5-fix-check.diff" "${S}/patches/hotfixes" cp -f "${FILESDIR}/${PN}-3.3.2-bison25.diff" "${S}/patches/hotfixes" + # Bug #387735 + cp -f "${FILESDIR}/${PN}-3.3.4-poppler-0.18.0.diff" "${S}/patches/hotfixes" #Use flag checks if use java ; then |