| Index: patches/pnacl.h.patch
|
| diff --git a/patches/pnacl.h.patch b/patches/pnacl.h.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0d96c0f55efb591cf6c3a3dbf74201dc33884308
|
| --- /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 1
|
| ++#if defined(__GLIBC__)
|
| + #define U_TIMEZONE __timezone
|
| ++#else
|
| ++#define U_TIMEZONE _timezone
|
| + #endif
|
| + #if 1
|
| + #define U_TZNAME tzname
|
|
|