public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
Date: Sat, 12 May 2012 15:59:59 +0000 (UTC)	[thread overview]
Message-ID: <20120512155959.32E4320047@flycatcher.gentoo.org> (raw)

aballier    12/05/12 15:59:59

  Modified:             ChangeLog libvpx-1.1.0.ebuild
  Log:
  respect chost-prefixed toolchain, not only CC
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	12 May 2012 15:51:24 -0000	1.54
+++ ChangeLog	12 May 2012 15:59:59 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.54 2012/05/12 15:51:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.55 2012/05/12 15:59:59 aballier Exp $
+
+  12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+  respect chost-prefixed toolchain, not only CC
 
   12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
   use extra-cflags to overshadow optimizations if needed and do not force



1.5                  media-libs/libvpx/libvpx-1.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.4&r2=1.5

Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvpx-1.1.0.ebuild	12 May 2012 15:51:24 -0000	1.4
+++ libvpx-1.1.0.ebuild	12 May 2012 15:59:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.4 2012/05/12 15:51:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.5 2012/05/12 15:59:59 aballier Exp $
 
 EAPI=4
 inherit multilib
@@ -53,7 +53,10 @@
 	# http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
 	export LC_ALL=C
 
-	tc-export CC
+	tc-export CC AR NM
+	# it links with CC and calls it LD...
+	export LD="${CC}"
+
 	./configure \
 		--prefix="${EPREFIX}"/usr \
 		--libdir="${EPREFIX}"/usr/$(get_libdir) \






             reply	other threads:[~2012-05-12 16:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12 15:59 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-24 16:07 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild PaweA Hajdan (phajdan.jr)
2013-06-19 13:38 Jeroen Roovers (jer)
2013-06-05 14:55 Jeroen Roovers (jer)
2012-12-05 20:55 Agostino Sarubbo (ago)
2012-05-15 12:21 Alexis Ballier (aballier)
2012-05-12 16:34 Alexis Ballier (aballier)
2012-05-12 15:51 Alexis Ballier (aballier)
2012-05-12 15:07 Alexis Ballier (aballier)
2012-05-12 14:58 Alexis Ballier (aballier)
2012-05-12 14:43 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120512155959.32E4320047@flycatcher.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox