diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-01-16 23:33:23 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-01-16 23:33:23 -0500 |
commit | 087293eab25d360c90785c14e4701b2add653d5f (patch) | |
tree | abbf6818cab70c5f5778cf957368aedd99e2f471 /media-libs/libvpx | |
parent | sys-libs/pam: disable docs rebuild (diff) | |
download | gentoo-087293eab25d360c90785c14e4701b2add653d5f.tar.gz gentoo-087293eab25d360c90785c14e4701b2add653d5f.tar.bz2 gentoo-087293eab25d360c90785c14e4701b2add653d5f.zip |
media-libs/libvpx: set LC_COLLATE=C
Bug: https://bugs.gentoo.org/569146
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.3.0.ebuild | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.4.0.ebuild | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.5.0.ebuild | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/media-libs/libvpx/libvpx-1.3.0.ebuild b/media-libs/libvpx/libvpx-1.3.0.ebuild index 1685bf1caeda..cfbc1225ea8a 100644 --- a/media-libs/libvpx/libvpx-1.3.0.ebuild +++ b/media-libs/libvpx/libvpx-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -84,6 +84,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \ diff --git a/media-libs/libvpx/libvpx-1.4.0.ebuild b/media-libs/libvpx/libvpx-1.4.0.ebuild index bd9994b4b4da..0a319098793d 100644 --- a/media-libs/libvpx/libvpx-1.4.0.ebuild +++ b/media-libs/libvpx/libvpx-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -82,6 +82,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \ diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild index bfc4148607bb..f82f146d6511 100644 --- a/media-libs/libvpx/libvpx-1.5.0.ebuild +++ b/media-libs/libvpx/libvpx-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -82,6 +82,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \ |