diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-02 22:45:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-02 22:45:03 +0000 |
commit | 1f9d62d412f335ac7fcc52f9e350b89c7bc65dac (patch) | |
tree | 1c9e2384adb495baf0fbddf32cd4d1ae25df4210 /dev-libs/icu/files | |
parent | Version bump (bug #322315). Clean up ebuild and remove old. (diff) | |
download | gentoo-2-1f9d62d412f335ac7fcc52f9e350b89c7bc65dac.tar.gz gentoo-2-1f9d62d412f335ac7fcc52f9e350b89c7bc65dac.tar.bz2 gentoo-2-1f9d62d412f335ac7fcc52f9e350b89c7bc65dac.zip |
Fix icu-config with et_EE locale (bug #260127).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/icu/files')
-rw-r--r-- | dev-libs/icu/files/icu-4.4.1-et_EE.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/icu/files/icu-4.4.1-et_EE.patch b/dev-libs/icu/files/icu-4.4.1-et_EE.patch new file mode 100644 index 000000000000..25f21066882f --- /dev/null +++ b/dev-libs/icu/files/icu-4.4.1-et_EE.patch @@ -0,0 +1,17 @@ +https://bugs.gentoo.org/show_bug.cgi?id=260127 +https://bugs.icu-project.org/trac/ticket/6934 +https://bugs.icu-project.org/trac/changeset/28160 + +--- Makefile.in ++++ Makefile.in +@@ -219,8 +219,8 @@ + $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@ + chmod u+w $@ + @echo "# Following from @platform_make_fragment@" >> $@ +- sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@ +- sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@ ++ LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@ ++ LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@ + cat $(top_srcdir)/config/icu-config-bottom >> $@ + echo "# Rebuilt on "`date` >> $@ + chmod u-w $@ |