summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/ss/files/ss-1.38-locale.patch')
-rw-r--r--sys-libs/ss/files/ss-1.38-locale.patch24
1 files changed, 20 insertions, 4 deletions
diff --git a/sys-libs/ss/files/ss-1.38-locale.patch b/sys-libs/ss/files/ss-1.38-locale.patch
index ecf59ab0c59a..2a0919cf44be 100644
--- a/sys-libs/ss/files/ss-1.38-locale.patch
+++ b/sys-libs/ss/files/ss-1.38-locale.patch
@@ -1,14 +1,30 @@
Fix issues with non-C locales (like ee)
http://bugs.gentoo.org/104116
+http://bugs.gentoo.org/131462
---- lib/ss/mk_cmds.sh.in
-+++ lib/ss/mk_cmds.sh.in
-@@ -2,6 +2,7 @@
+--- e2fsprogs/lib/et/compile_et.sh.in
++++ e2fsprogs/lib/et/compile_et.sh.in
+@@ -1,6 +1,10 @@
+ #!/bin/sh
+ #
+ #
++
++# the awk scripts here use a-z and such
++export LC_ALL="C"
++
+ AWK=@AWK@
+ DIR="${DIR-@datadir@/et}"
+ ET_DIR="@ET_DIR@"
+--- e2fsprogs/lib/ss/mk_cmds.sh.in
++++ e2fsprogs/lib/ss/mk_cmds.sh.in
+@@ -2,6 +2,9 @@
#
#
-+export LC_ALL=C
++# the awk/sed scripts here use a-z and such
++export LC_ALL="C"
++
DIR="${DIR-@datadir@/ss}"
SS_DIR="@SS_DIR@"
AWK=@AWK@