diff options
Diffstat (limited to 'sys-process/psmisc/files/psmisc-22.1-force-locale.patch')
-rw-r--r-- | sys-process/psmisc/files/psmisc-22.1-force-locale.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-process/psmisc/files/psmisc-22.1-force-locale.patch b/sys-process/psmisc/files/psmisc-22.1-force-locale.patch deleted file mode 100644 index 3879274d90e0..000000000000 --- a/sys-process/psmisc/files/psmisc-22.1-force-locale.patch +++ /dev/null @@ -1,14 +0,0 @@ -Make sure we use [a-z] in a C locale - -http://bugs.gentoo.org/119847 - ---- src/Makefile.in -+++ src/Makefile.in -@@ -455,6 +455,7 @@ - - - signames.h: signames.c Makefile -+ export LC_ALL=C ; \ - @CPP@ -dM $< |\ - tr -s '\t ' ' ' | sort -n -k 3 | sed \ - 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" },:p;d' | \ |