fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / icu / icu4c-solarisgcc.patch
bloba47d9b1e3506ec4135be12f21405c0d9716c5af7
1 --- build/icu.old/source/common/uposixdefs.h
2 +++ build/icu/source/common/uposixdefs.h
3 @@ -52,7 +52,7 @@
5 * z/OS needs this definition for timeval and to get usleep.
6 */
7 -#if !defined(_XOPEN_SOURCE_EXTENDED)
8 +#if !defined(_XOPEN_SOURCE_EXTENDED) && (defined(__IBMC__) || defined(__IBMCPP__))
9 # define _XOPEN_SOURCE_EXTENDED 1
10 #endif