Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-4.4.1-et_EE.patch
Date: Fri, 02 Jul 2010 22:45:07
Message-Id: 20100702224503.F0D262C096@corvid.gentoo.org
1 arfrever 10/07/02 22:45:03
2
3 Added: icu-4.4.1-et_EE.patch
4 Log:
5 Fix icu-config with et_EE locale (bug #260127).
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/icu/files/icu-4.4.1-et_EE.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.4.1-et_EE.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-4.4.1-et_EE.patch?rev=1.1&content-type=text/plain
13
14 Index: icu-4.4.1-et_EE.patch
15 ===================================================================
16 https://bugs.gentoo.org/show_bug.cgi?id=260127
17 https://bugs.icu-project.org/trac/ticket/6934
18 https://bugs.icu-project.org/trac/changeset/28160
19
20 --- Makefile.in
21 +++ Makefile.in
22 @@ -219,8 +219,8 @@
23 $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@
24 chmod u+w $@
25 @echo "# Following from @platform_make_fragment@" >> $@
26 - sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
27 - sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
28 + LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
29 + LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
30 cat $(top_srcdir)/config/icu-config-bottom >> $@
31 echo "# Rebuilt on "`date` >> $@
32 chmod u-w $@