summaryrefslogtreecommitdiff
path: root/patches/glibc/2.1.3/el.po.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
commit1906cf93f86d8d66f45f90380a8d3da25c087ee5 (patch)
tree90916c99abe1f1ec26709ee420e6c349eda4670a /patches/glibc/2.1.3/el.po.patch
parent2609573aede4ce198b3462976725b25eb1637d2e (diff)
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(
Diffstat (limited to 'patches/glibc/2.1.3/el.po.patch')
-rw-r--r--patches/glibc/2.1.3/el.po.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/patches/glibc/2.1.3/el.po.patch b/patches/glibc/2.1.3/el.po.patch
new file mode 100644
index 0000000..15ed1de
--- /dev/null
+++ b/patches/glibc/2.1.3/el.po.patch
@@ -0,0 +1,40 @@
+From
+http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/po/Makefile.diff?r1=1.17&r2=1.18&cvsroot=glibc
+
+Fixes error
+ msgfmt -o el.mo el.po
+ el.po:538:31: invalid multibyte sequence
+ el.po:539:21: invalid multibyte sequence
+ el.po:1537:38: invalid multibyte sequence
+ msgfmt: found 3 fatal errors
+ make[2]: *** [el.mo] Error 1
+ make[2]: Leaving directory
+ `/home/dkegel/wk/crosstool-0.25/build/i686-unknown-linux-gnu/gcc-2.95.3-glibc-2.1.3/glibc-2.1.3/po'
+
+===================================================================
+RCS file: /cvs/glibc/libc/po/Makefile,v
+retrieving revision 1.17
+retrieving revision 1.18
+diff -u -r1.17 -r1.18
+--- libc/po/Makefile 1999/09/13 08:48:40 1.17
++++ libc/po/Makefile 2001/04/20 04:45:54 1.18
+@@ -1,4 +1,4 @@
+-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
++# Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
+ # This file is part of the GNU C Library.
+
+ # The GNU C Library is free software; you can redistribute it and/or
+@@ -20,8 +20,12 @@
+
+ subdir := po
+
++# List of languages that are currently broken (just run msgfmt from
++# GNU gettext 0.10.36 on them to see why)
++BROKEN_LINGUAS = el
++
+ # List of languages for which we have message catalogs of translations.
+-ALL_LINGUAS := $(basename $(wildcard *.po))
++ALL_LINGUAS := $(filter-out $(BROKEN_LINGUAS),$(basename $(wildcard *.po)))
+
+ # You can override this in configparms or the make command line to limit
+ # the languages which get installed.