summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-21 11:28:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-21 11:28:26 +0000
commite61254767fba8b08f5e54699ad536b26b3181c8a (patch)
treef1921b8f44519a56e53899c207a876a22d26463a /media-libs/libvpx
parentDrop www-server herd as discussed in gentoo-dev ML. (diff)
downloadgentoo-2-e61254767fba8b08f5e54699ad536b26b3181c8a.tar.gz
gentoo-2-e61254767fba8b08f5e54699ad536b26b3181c8a.tar.bz2
gentoo-2-e61254767fba8b08f5e54699ad536b26b3181c8a.zip
./configure with LC_ALL=C for compability with et_EE locale wrt #379659 by Priit Laes
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/ChangeLog6
-rw-r--r--media-libs/libvpx/libvpx-1.0.0.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog
index 531f5ca52da9..753ac2dfa1d2 100644
--- a/media-libs/libvpx/ChangeLog
+++ b/media-libs/libvpx/ChangeLog
@@ -1,6 +1,10 @@
# 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.44 2012/03/10 16:57:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.45 2012/03/21 11:28:26 ssuominen Exp $
+
+ 21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libvpx-1.0.0.ebuild:
+ ./configure with LC_ALL=C for compability with et_EE locale wrt #379659 by
+ Priit Laes
10 Mar 2012; Brent Baude <ranger@gentoo.org> libvpx-1.0.0.ebuild:
Marking libvpx-1.0.0 ppc for bug 405955
diff --git a/media-libs/libvpx/libvpx-1.0.0.ebuild b/media-libs/libvpx/libvpx-1.0.0.ebuild
index 74de36afc3d9..6688d3001524 100644
--- a/media-libs/libvpx/libvpx-1.0.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.0.0.ebuild
@@ -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.0.0.ebuild,v 1.6 2012/03/10 16:57:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.7 2012/03/21 11:28:26 ssuominen Exp $
EAPI=4
inherit multilib toolchain-funcs eutils
@@ -50,6 +50,8 @@ src_configure() {
addpredict /usr/share/snmp/mibs/.index
tc-export CC
+ # http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
+ LC_ALL=C \
./configure \
--prefix="${EPREFIX}"/usr \
--libdir="${EPREFIX}"/usr/$(get_libdir) \