Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Fri, 21 Dec 2007 21:10:44
Message-Id: E1J5p8d-00043y-6O@stork.gentoo.org
1 caleb 07/12/21 21:10:35
2
3 Modified: qt4-build.eclass
4 Log:
5 Use the local qmake and not the one on the file system, because if we're building qt-core there may not be one on the filesystem yet
6
7 Revision Changes Path
8 1.2 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.1&r2=1.2
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- qt4-build.eclass 21 Dec 2007 16:11:18 -0000 1.1
21 +++ qt4-build.eclass 21 Dec 2007 21:10:34 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.1 2007/12/21 16:11:18 caleb Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.2 2007/12/21 21:10:34 caleb Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -79,7 +79,7 @@
31 local dirs="$@"
32 for x in ${dirs}; do
33 cd "${S}"/${x}
34 - qmake "LIBS+=-L${QTLIBDIR}" && emake || die
35 + "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" && emake || die
36 done
37 }
38
39
40
41
42 --
43 gentoo-commits@g.o mailing list