diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-22 10:11:18 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-22 10:11:18 +0000 |
commit | c38b657ed892187ca03ca28d881c7c4f779ea87c (patch) | |
tree | 30f28fefddda4d51791ca31e3c7f998757247059 /app-office/openoffice/openoffice-3.2.0.ebuild | |
parent | Forgot to set QT4LIB, see bug #306135 (diff) | |
download | gentoo-2-c38b657ed892187ca03ca28d881c7c4f779ea87c.tar.gz gentoo-2-c38b657ed892187ca03ca28d881c7c4f779ea87c.tar.bz2 gentoo-2-c38b657ed892187ca03ca28d881c7c4f779ea87c.zip |
hardcode native Qt graphics backend, doesn't startup otherwise, bug
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-office/openoffice/openoffice-3.2.0.ebuild')
-rw-r--r-- | app-office/openoffice/openoffice-3.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/openoffice/openoffice-3.2.0.ebuild b/app-office/openoffice/openoffice-3.2.0.ebuild index ba649278b617..6de73ac5f9ac 100644 --- a/app-office/openoffice/openoffice-3.2.0.ebuild +++ b/app-office/openoffice/openoffice-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.4 2010/02/22 10:01:40 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.2.0.ebuild,v 1.5 2010/02/22 10:11:17 suka Exp $ WANT_AUTOMAKE="1.9" EAPI="2" @@ -224,6 +224,7 @@ src_prepare() { epatch "${FILESDIR}/gentoo-pythonpath.diff" epatch "${FILESDIR}/ooo-env_log.diff" cp -f "${FILESDIR}/boost-undefined-references.diff" "${S}/patches/hotfixes" || die + cp -f "${FILESDIR}/qt-use-native-backend.diff" "${S}/patches/hotfixes" || die #Use flag checks if use java ; then |