summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2009-09-04 11:50:34 +0000
committerAndreas Proschofsky <suka@gentoo.org>2009-09-04 11:50:34 +0000
commit500e9e40e797c682f6c6eaa2b336ffff55150870 (patch)
tree1996865e8152a1322243fb09883c56eb7dfcbf70 /app-office/openoffice/openoffice-3.1.1.ebuild
parentBump as version number has increased a bit (diff)
downloadgentoo-2-500e9e40e797c682f6c6eaa2b336ffff55150870.tar.gz
gentoo-2-500e9e40e797c682f6c6eaa2b336ffff55150870.tar.bz2
gentoo-2-500e9e40e797c682f6c6eaa2b336ffff55150870.zip
Try to fix one more KDE build problem, bug #283618
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-office/openoffice/openoffice-3.1.1.ebuild')
-rw-r--r--app-office/openoffice/openoffice-3.1.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/openoffice/openoffice-3.1.1.ebuild b/app-office/openoffice/openoffice-3.1.1.ebuild
index 83475e95f3d7..859270796555 100644
--- a/app-office/openoffice/openoffice-3.1.1.ebuild
+++ b/app-office/openoffice/openoffice-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.1.1.ebuild,v 1.2 2009/09/03 15:24:08 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.1.1.ebuild,v 1.3 2009/09/04 11:50:34 suka Exp $
WANT_AUTOMAKE="1.9"
EAPI="2"
@@ -301,6 +301,8 @@ src_prepare() {
src_configure() {
+ use kde && export KDEDIR="${KDEDIR}"
+
# Use multiprocessing by default now, it gets tested by upstream
export JOBS=$(echo "${MAKEOPTS}" | sed -e "s/.*-j\([0-9]\+\).*/\1/")