diff options
Diffstat (limited to 'media-libs/libvpx/libvpx-1.3.0.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-1.3.0.ebuild | 5 |
1 files changed, 4 insertions, 1 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 \ |