diff options
Diffstat (limited to 'Build/source/libs/icu/icu-49.1-PATCHES/patch-03-U_PF_UNKNOWN')
-rw-r--r-- | Build/source/libs/icu/icu-49.1-PATCHES/patch-03-U_PF_UNKNOWN | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-49.1-PATCHES/patch-03-U_PF_UNKNOWN b/Build/source/libs/icu/icu-49.1-PATCHES/patch-03-U_PF_UNKNOWN new file mode 100644 index 00000000000..71ad3005a86 --- /dev/null +++ b/Build/source/libs/icu/icu-49.1-PATCHES/patch-03-U_PF_UNKNOWN @@ -0,0 +1,15 @@ + Building ICU on the FreeBSD kernel arch included in Debian. + Reported by Hilmar Preusse <hille42@web.de>. + +diff -ur icu-49.rc.orig/source/tools/toolutil/udbgutil.cpp icu-49.rc/source/tools/toolutil/udbgutil.cpp +--- icu-49.rc.orig/source/tools/toolutil/udbgutil.cpp 2012-03-02 23:12:06.000000000 +0100 ++++ icu-49.rc/source/tools/toolutil/udbgutil.cpp 2012-03-12 14:27:29.000000000 +0100 +@@ -341,7 +341,7 @@ + #if U_PLATFORM_HAS_WIN32_API + return "Windows"; + #elif U_PLATFORM == U_PF_UNKNOWN +- return "unknown" ++ return "unknown"; + #else + return "Other (POSIX-like)"; + #endif |