Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
Date: Sat, 12 May 2012 16:00:09
Message-Id: 20120512155959.32E4320047@flycatcher.gentoo.org
1 aballier 12/05/12 15:59:59
2
3 Modified: ChangeLog libvpx-1.1.0.ebuild
4 Log:
5 respect chost-prefixed toolchain, not only CC
6
7 (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 media-libs/libvpx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 12 May 2012 15:51:24 -0000 1.54
23 +++ ChangeLog 12 May 2012 15:59:59 -0000 1.55
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/libvpx
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.54 2012/05/12 15:51:24 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.55 2012/05/12 15:59:59 aballier Exp $
29 +
30 + 12 May 2012; Alexis Ballier <aballier@g.o> libvpx-1.1.0.ebuild:
31 + respect chost-prefixed toolchain, not only CC
32
33 12 May 2012; Alexis Ballier <aballier@g.o> libvpx-1.1.0.ebuild:
34 use extra-cflags to overshadow optimizations if needed and do not force
35
36
37
38 1.5 media-libs/libvpx/libvpx-1.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.4&r2=1.5
43
44 Index: libvpx-1.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libvpx-1.1.0.ebuild 12 May 2012 15:51:24 -0000 1.4
51 +++ libvpx-1.1.0.ebuild 12 May 2012 15:59:59 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.4 2012/05/12 15:51:24 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.5 2012/05/12 15:59:59 aballier Exp $
57
58 EAPI=4
59 inherit multilib
60 @@ -53,7 +53,10 @@
61 # http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
62 export LC_ALL=C
63
64 - tc-export CC
65 + tc-export CC AR NM
66 + # it links with CC and calls it LD...
67 + export LD="${CC}"
68 +
69 ./configure \
70 --prefix="${EPREFIX}"/usr \
71 --libdir="${EPREFIX}"/usr/$(get_libdir) \