Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass qt4.eclass
Date: Tue, 10 Nov 2009 00:56:33
Message-Id: E1N7f26-0006Pm-KN@stork.gentoo.org
1 spatz 09/11/10 00:56:30
2
3 Modified: qt4-build.eclass qt4.eclass
4 Log:
5 Enable RPATH in Qt4 and Qt4 apps, fix bug 180872.
6
7 Revision Changes Path
8 1.51 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.50&r2=1.51
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- qt4-build.eclass 9 Nov 2009 19:35:44 -0000 1.50
21 +++ qt4-build.eclass 10 Nov 2009 00:56:29 -0000 1.51
22 @@ -1,6 +1,6 @@
23 # Copyright 2007-2009 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.50 2009/11/09 19:35:44 ayoy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.51 2009/11/10 00:56:29 spatz Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -328,7 +328,7 @@
31 ;;
32 esac
33
34 - myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license -no-rpath
35 + myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license
36 -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR}
37 -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR}
38 -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
39
40
41
42 1.59 eclass/qt4.eclass
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.59&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.59&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.58&r2=1.59
47
48 Index: qt4.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
51 retrieving revision 1.58
52 retrieving revision 1.59
53 diff -u -r1.58 -r1.59
54 --- qt4.eclass 22 May 2009 22:21:38 -0000 1.58
55 +++ qt4.eclass 10 Nov 2009 00:56:29 -0000 1.59
56 @@ -1,6 +1,6 @@
57 # Copyright 2005-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.58 2009/05/22 22:21:38 hwoarang Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.59 2009/11/10 00:56:29 spatz Exp $
61
62 # @ECLASS: qt4.eclass
63 # @MAINTAINER:
64 @@ -274,7 +274,6 @@
65 QMAKE_CXXFLAGS_DEBUG="${CXXFLAGS}" \
66 QMAKE_LFLAGS_RELEASE="${LDFLAGS}" \
67 QMAKE_LFLAGS_DEBUG="${LDFLAGS}" \
68 - QMAKE_RPATH= \
69 QMAKE_STRIP= \
70 "${projectfile}" "${@}"