diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-09-19 10:36:17 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2007-09-19 10:36:17 +0000 |
commit | a06309e053c0b672b19a9a765c5dc2c02ef4a410 (patch) | |
tree | 5553f3252ed0a1893011725ee155b43e6c22eaef /media-plugins/vdr-weatherng/files | |
parent | Version bump (diff) | |
download | gentoo-2-a06309e053c0b672b19a9a765c5dc2c02ef4a410.tar.gz gentoo-2-a06309e053c0b672b19a9a765c5dc2c02ef4a410.tar.bz2 gentoo-2-a06309e053c0b672b19a9a765c5dc2c02ef4a410.zip |
added patch to remove unused i18n translation, this will fix compile probs on vdr-1.5.8
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-plugins/vdr-weatherng/files')
-rw-r--r-- | media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre3-i18n-fix.diff | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre3-i18n-fix.diff b/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre3-i18n-fix.diff new file mode 100644 index 000000000000..f42673f8db09 --- /dev/null +++ b/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre3-i18n-fix.diff @@ -0,0 +1,32 @@ +remove unused translation, compile problems up from vdr-1.5.8 + +Joerg Bornkessel 19 Sep 2007 <hd_brummy@gentoo.org> + +diff -Naur weatherng-0.0.8-pre3.orig/i18n.c weatherng-0.0.8-pre3/i18n.c +--- weatherng-0.0.8-pre3.orig/i18n.c 2007-09-19 12:03:01.884552652 +0200 ++++ weatherng-0.0.8-pre3/i18n.c 2007-09-19 12:03:21.786518169 +0200 +@@ -369,24 +369,6 @@ + "",// TODO + "¿àØÒÕâ!", + }, +- { "°C", +- "°C", +- "",// TODO +- "",// TODO +- "",// TODO +- "",// TODO +- "°C", +- "",// TODO +- "°C", +- "",// TODO +- "",// TODO +- "",// TODO +- "",// TODO +- "",// TODO +- "",// TODO +- "",// TODO +- "¿àØÒÕâ!", +- }, + { "Update data on start", + "Update von Daten bei Start", + "",// TODO |