diff options
Diffstat (limited to 'sys-apps/sed/files/sed-4.1.4-makeinfo-c-locale.patch')
-rw-r--r-- | sys-apps/sed/files/sed-4.1.4-makeinfo-c-locale.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-apps/sed/files/sed-4.1.4-makeinfo-c-locale.patch b/sys-apps/sed/files/sed-4.1.4-makeinfo-c-locale.patch deleted file mode 100644 index ede6dc8e30bf..000000000000 --- a/sys-apps/sed/files/sed-4.1.4-makeinfo-c-locale.patch +++ /dev/null @@ -1,18 +0,0 @@ -Running makeinfo on sed.texi in some locales can cause -problems (probably due to range matching not being the -same). So we force the C locale and just take the lazy -way out. - -http://bugs.gentoo.org/show_bug.cgi?id=83984 - ---- doc/Makefile.in -+++ doc/Makefile.in -@@ -615,7 +615,7 @@ - - @MAKEINFO_HTML_TRUE@sed.html: sed.texi sed.info - @MAKEINFO_HTML_TRUE@ builddir=`pwd` && cd $(srcdir) && \ --@MAKEINFO_HTML_TRUE@ $(MAKEINFO) --html --no-split -o $$builddir/sed.html sed.texi -+@MAKEINFO_HTML_TRUE@ LC_ALL="C" $(MAKEINFO) --html --no-split -o $$builddir/sed.html sed.texi - - @MAKEINFO_HTML_TRUE@html: sed.html - |