Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Thu, 29 Jan 2009 18:45:33
Message-Id: E1LSbtJ-0003HM-Hf@stork.gentoo.org
1 aballier 09/01/29 18:45:29
2
3 Modified: qt4-build.eclass
4 Log:
5 Disable reduce-relocations on bsd as the qmake spec files aren't ready for this and it causes build failures; we'll have to enable it back once upstream will have fixed the spec files.
6
7 Revision Changes Path
8 1.19 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.18&r2=1.19
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- qt4-build.eclass 21 Jan 2009 08:55:28 -0000 1.18
21 +++ qt4-build.eclass 29 Jan 2009 18:45:29 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 2007-2008 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.18 2009/01/21 08:55:28 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.19 2009/01/29 18:45:29 aballier Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -181,7 +181,7 @@
31 -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR}
32 -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR}
33 -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
34 - -demosdir ${QTDEMOSDIR} -silent -fast -reduce-relocations
35 + -demosdir ${QTDEMOSDIR} -silent -fast $(use x86-fbsd || echo -reduce-relocations)
36 -nomake examples -nomake demos"
37
38 echo "${myconf}"