diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-19 18:42:20 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-19 18:43:29 +0200 |
commit | 67f762250276aeaa65b5d96de0e12d45093b947d (patch) | |
tree | 5abe1fe8acbaefef6e1f12f676997b3395b7a598 /icu/icu4c-strict-c.patch | |
parent | 2d7c9298c050ff21b2dce6f2d6d76c067a74b892 (diff) |
Fix some icu cross-building problems.
Still it does not finish, though; to be continued.
Diffstat (limited to 'icu/icu4c-strict-c.patch')
-rw-r--r-- | icu/icu4c-strict-c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/icu/icu4c-strict-c.patch b/icu/icu4c-strict-c.patch new file mode 100644 index 000000000000..0f1ff9a44808 --- /dev/null +++ b/icu/icu4c-strict-c.patch @@ -0,0 +1,11 @@ +--- misc/build/icu/source/common/wintz.c.orig 2011-08-19 17:13:10.000000000 +0200 ++++ misc/build/icu/source/common/wintz.c 2011-08-19 17:13:35.000000000 +0200 +@@ -113,7 +113,7 @@ static int32_t detectWindowsType() + } + } + +- return winType+1; // +1 to bring it inline with the enum ++ return winType+1; /* +1 to bring it inline with the enum */ + } + + static LONG openTZRegKey(HKEY *hkey, const char *winid) |