media-libs/libvpx: set LC_COLLATE=C
authorMike Gilbert <floppym@gentoo.org>
Tue, 17 Jan 2017 04:33:23 +0000 (23:33 -0500)
committerMike Gilbert <floppym@gentoo.org>
Tue, 17 Jan 2017 04:33:23 +0000 (23:33 -0500)
Bug: https://bugs.gentoo.org/569146
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

media-libs/libvpx/libvpx-1.3.0.ebuild
media-libs/libvpx/libvpx-1.4.0.ebuild
media-libs/libvpx/libvpx-1.5.0.ebuild

index 1685bf1caeda0d76ec763eba64de4ddf9dd9e535..cfbc1225ea8a65669dcadbc20395c8c3b5080d6c 100644 (file)
@@ -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 \
index bd9994b4b4da774f89105c40bf17e3c5e4f46117..0a319098793d144d4ba1c3ad95b64af46f2ae692 100644 (file)
@@ -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 \
index bfc4148607bba40d487b0a83a28f2f23c1e653e6..f82f146d65113d89504e14d2b31edabc5ca0d63e 100644 (file)
@@ -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 \