bump product version to 4.1.6.2
[LibreOffice.git] / icu / icu4c-solarisgcc.patch
blobcb668d8b49b1018e99da15fedfbe83d43ddc586c
1 diff -uriwb build/icu.old/source/common/uposixdefs.h misc/build/icu/source/common/uposixdefs.h
2 --- build/icu.old/source/common/uposixdefs.h 2012-04-05 21:46:18.000000000 +0100
3 +++ build/icu/source/common/uposixdefs.h 2012-06-21 15:45:17.613369477 +0100
4 @@ -52,7 +52,7 @@
6 * z/OS needs this definition for timeval and to get usleep.
7 */
8 -#if !defined(_XOPEN_SOURCE_EXTENDED)
9 +#if !defined(_XOPEN_SOURCE_EXTENDED) && (defined(__IBMC__) || defined(__IBMCPP__))
10 # define _XOPEN_SOURCE_EXTENDED 1
11 #endif