diff options
Diffstat (limited to 'meta/recipes-support/icu/files/gccfix.patch')
| -rw-r--r-- | meta/recipes-support/icu/files/gccfix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/icu/files/gccfix.patch b/meta/recipes-support/icu/files/gccfix.patch deleted file mode 100644 index 755341f186..0000000000 --- a/meta/recipes-support/icu/files/gccfix.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Fixes an error which prevents compilation | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | |||
| 5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
| 6 | |||
| 7 | Index: source/layoutex/ParagraphLayout.cpp | ||
| 8 | =================================================================== | ||
| 9 | --- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100 | ||
| 10 | +++ source/layoutex/ParagraphLayout.cpp 2009-06-30 11:49:06.000000000 +0100 | ||
| 11 | @@ -798,7 +798,7 @@ | ||
| 12 | |||
| 13 | return nullLanguageCode; | ||
| 14 | } | ||
| 15 | -#elif | ||
| 16 | +#else | ||
| 17 | |||
| 18 | // TODO - dummy implementation for right now... | ||
| 19 | le_int32 ParagraphLayout::getLanguageCode(const Locale *locale) | ||
