| Index: patches/pnacl.h.patch
|
| diff --git a/patches/pnacl.h.patch b/patches/pnacl.h.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..35e9068bb9333a9751133ed0f5fe3b3e8f0c6dab
|
| --- /dev/null
|
| +++ b/patches/pnacl.h.patch
|
| @@ -0,0 +1,14 @@
|
| +--- a/source/common/unicode/pnacl.h
|
| ++++ b/source/common/unicode/pnacl.h
|
| +@@ -282,8 +282,10 @@
|
| + #if 1
|
| + #define U_TZSET tzset
|
| + #endif
|
| +-#if !defined(__UCLIBC__)
|
| ++#if defined(__GLIBC__)
|
| + #define U_TIMEZONE __timezone
|
| ++#else
|
| ++#define U_TIMEZONE _timezone
|
| + #endif
|
| + #if 1
|
| + #define U_TZNAME tzname
|
|
|