summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-18 02:42:25 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-18 02:42:25 +0000
commit3876dd0523d4b09e69389c726eceaa5346d51eb7 (patch)
treeeb88ebf458e3793545602f8a8768c689eb7c5ddd /eclass/kde.eclass
parentAdd support for different ABI using the same CHOST. Don't do things redundan... (diff)
downloadgentoo-2-3876dd0523d4b09e69389c726eceaa5346d51eb7.tar.gz
gentoo-2-3876dd0523d4b09e69389c726eceaa5346d51eb7.tar.bz2
gentoo-2-3876dd0523d4b09e69389c726eceaa5346d51eb7.zip
Make kde use the correct qt libdir.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 6080851e5cbc..9d436bf7a3db 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.107 2004/09/19 16:13:01 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.108 2005/01/18 02:42:25 eradicator Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -80,7 +80,7 @@ kde_src_compile() {
case $1 in
myconf)
debug-print-section myconf
- myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm $(use_with xinerama) --with-qt-dir=${QTDIR} --enable-mt"
+ myconf="$myconf --host=${CHOST} --prefix=${PREFIX} --with-x --enable-mitshm $(use_with xinerama) --with-qt-dir=${QTDIR} --enable-mt --with-qt-libraries=${QTDIR}/$(get_libdir)"
# calculate dependencies separately from compiling, enables ccache to work on kde compiles
[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
if use debug ; then