diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-04 07:56:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-04 07:56:26 +0000 |
commit | 84428cb210a19219349afb26c305317f77f4858b (patch) | |
tree | 1e683f79eee12aa7b79be178d3409063ca39cd30 /sys-fs/lvm2/files | |
parent | Version bump (diff) | |
download | gentoo-2-84428cb210a19219349afb26c305317f77f4858b.tar.gz gentoo-2-84428cb210a19219349afb26c305317f77f4858b.tar.bz2 gentoo-2-84428cb210a19219349afb26c305317f77f4858b.zip |
Bug #330373: fix locale problems.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/files')
-rw-r--r-- | sys-fs/lvm2/files/lvm2-2.02.70-locale-muck.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/lvm2/files/lvm2-2.02.70-locale-muck.patch b/sys-fs/lvm2/files/lvm2-2.02.70-locale-muck.patch new file mode 100644 index 000000000000..fcde672cfdbc --- /dev/null +++ b/sys-fs/lvm2/files/lvm2-2.02.70-locale-muck.patch @@ -0,0 +1,11 @@ +--- make.tmpl.in.orig 2010-08-04 10:10:17.000000000 +0300 ++++ make.tmpl.in 2010-08-04 10:10:33.000000000 +0300 +@@ -360,7 +360,7 @@ + ( cat $(srcdir)/.exported_symbols; \ + if test x$(EXPORTED_HEADER) != x; then \ + $(CC) -E -P $(EXPORTED_HEADER) | \ +- $(SED) -ne "/^typedef|}/!s/.*[ \*]\(\$(EXPORTED_FN_PREFIX)_[a-z0-9_]*\)(.*/\1/p"; \ ++ LC_ALL=C $(SED) -ne "/^typedef|}/!s/.*[ \*]\(\$(EXPORTED_FN_PREFIX)_[a-z0-9_]*\)(.*/\1/p"; \ + fi \ + ) > $@ + |