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.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-libs/ss/files/ss-1.38-locale.patch b/sys-libs/ss/files/ss-1.38-locale.patch
new file mode 100644
index 000000000000..ecf59ab0c59a
--- /dev/null
+++ b/sys-libs/ss/files/ss-1.38-locale.patch
@@ -0,0 +1,14 @@
+Fix issues with non-C locales (like ee)
+
+http://bugs.gentoo.org/104116
+
+--- lib/ss/mk_cmds.sh.in
++++ lib/ss/mk_cmds.sh.in
+@@ -2,6 +2,7 @@
+ #
+ #
+
++export LC_ALL=C
+ DIR="${DIR-@datadir@/ss}"
+ SS_DIR="@SS_DIR@"
+ AWK=@AWK@