summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 00:34:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-30 00:34:52 +0000
commit8d38ae0ca91735a2d26b2eddbc893328b954c860 (patch)
treec338849b8b1d078e3e575422f436c620fff851bf /eclass
parentBump weekly 4.2 snapshot (diff)
downloadgentoo-2-8d38ae0ca91735a2d26b2eddbc893328b954c860.tar.gz
gentoo-2-8d38ae0ca91735a2d26b2eddbc893328b954c860.tar.bz2
gentoo-2-8d38ae0ca91735a2d26b2eddbc893328b954c860.zip
More changes to support $KDE_S.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 39cc97346f05..eca99351948b 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.157 2006/05/29 22:24:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.158 2006/05/30 00:34:52 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -107,7 +107,7 @@ kde_src_unpack() {
# fix the 'languageChange undeclared' bug group: touch all .ui files, so that the
# makefile regenerate any .cpp and .h files depending on them.
- cd $S
+ cd "${KDE_S}"
debug-print "$FUNCNAME: Searching for .ui files in $PWD"
UIFILES="`find . -name '*.ui' -print`"
debug-print "$FUNCNAME: .ui files found:"
@@ -190,8 +190,6 @@ kde_src_compile() {
# due to the messed up way configure searches for things
export KDEDIRS="${PREFIX}:${KDEDIR}"
- cd $S
-
# Visiblity stuff is broken. Just disable it when it's present.
export kde_cv_prog_cxx_fvisibility_hidden=no