Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf-2.eclass
Date: Mon, 04 Jul 2011 19:26:54
Message-Id: 20110704192642.E707E2004B@flycatcher.gentoo.org
1 anarchy 11/07/04 19:26:42
2
3 Modified: mozcoreconf-2.eclass
4 Log:
5 Add custom-cflags per Calchan for mozilla products
6
7 Revision Changes Path
8 1.20 eclass/mozcoreconf-2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?r1=1.19&r2=1.20
13
14 Index: mozcoreconf-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- mozcoreconf-2.eclass 2 Apr 2011 17:36:17 -0000 1.19
21 +++ mozcoreconf-2.eclass 4 Jul 2011 19:26:42 -0000 1.20
22 @@ -1,13 +1,13 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.19 2011/04/02 17:36:17 jer Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.20 2011/07/04 19:26:42 anarchy Exp $
27 #
28 # mozcoreconf.eclass : core options for mozilla
29 # inherit mozconfig-2 if you need USE flags
30
31 inherit multilib flag-o-matic python
32
33 -IUSE="${IUSE} custom-optimization"
34 +IUSE="${IUSE} custom-cflags custom-optimization"
35
36 RDEPEND="x11-libs/libXrender
37 x11-libs/libXt
38 @@ -151,7 +151,7 @@
39 filter-flags '-O*'
40
41 # Strip over-aggressive CFLAGS
42 - strip-flags
43 + use custom-cflags || strip-flags
44
45 # Additional ARCH support
46 case "${ARCH}" in