aports/main/icu/icu-timezone.patch
2014-10-29 16:38:44 +00:00

12 lines
291 B
Diff

--- ./common/putilimp.h.orig
+++ ./common/putilimp.h
@@ -123,6 +123,8 @@
# elif defined(__GLIBC__)
/* glibc */
# define U_TIMEZONE __timezone
+# else
+# define U_TIMEZONE timezone
# endif
#elif U_PLATFORM_USES_ONLY_WIN32_API
# define U_TIMEZONE _timezone