Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde.eclass
Date: Tue, 09 Sep 2008 18:27:43
Message-Id: E1Kd7w9-0006Al-Uc@stork.gentoo.org
1 cryos 08/09/09 18:27:37
2
3 Modified: kde.eclass
4 Log:
5 Small fix to ensure the correct kconfig_compiler is used.
6
7 Revision Changes Path
8 1.218 eclass/kde.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.218&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?rev=1.218&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?r1=1.217&r2=1.218
13
14 Index: kde.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v
17 retrieving revision 1.217
18 retrieving revision 1.218
19 diff -u -r1.217 -r1.218
20 --- kde.eclass 27 Aug 2008 15:29:26 -0000 1.217
21 +++ kde.eclass 9 Sep 2008 18:27:37 -0000 1.218
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.217 2008/08/27 15:29:26 carlo Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.218 2008/09/09 18:27:37 cryos Exp $
27
28 # @ECLASS: kde.eclass
29 # @MAINTAINER:
30 @@ -369,6 +369,9 @@
31 myconf="${myconf} --enable-libsuffix=$(get_libdir | sed s/lib//)"
32 fi
33
34 + # The configure checks for kconfig_compiler do not respect PATH
35 + export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler"
36 +
37 # Sometimes it doesn't get the include and library paths right,
38 # so hints them.
39 if [[ -z ${PREFIX} || ${PREFIX} != ${KDEDIR} ]]; then