diff options
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-14-xopen')
-rw-r--r-- | Build/source/libs/icu/TLpatches/patch-14-xopen | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-14-xopen b/Build/source/libs/icu/TLpatches/patch-14-xopen deleted file mode 100644 index dbcefa6dcce..00000000000 --- a/Build/source/libs/icu/TLpatches/patch-14-xopen +++ /dev/null @@ -1,18 +0,0 @@ - Do not define _XOPEN_SOURCE_EXTENDED on Solaris, - notwithstanding comments in icu source. - ---- source/common/uposixdefs.h~ 2021-10-28 09:04:57.000000000 -0700 -+++ source/common/uposixdefs.h 2022-01-16 14:46:51.036231730 -0800 -@@ -52,8 +52,11 @@ - * Poorly upgraded Solaris machines can't have this defined. - * Cleanly installed Solaris can use this #define. -+ * [Experience with TeX Live is that it always causes failure. -+ * http://tug.org/pipermail/tlbuild/2013q1/002493.html -+ * http://tug.org/pipermail/tlbuild/2013q1/002536.html ] - * - * z/OS needs this definition for timeval and to get usleep. - */ --#if !defined(_XOPEN_SOURCE_EXTENDED) && defined(__TOS_MVS__) -+#if !defined(_XOPEN_SOURCE_EXTENDED) && defined(__TOS_MVS__) && !defined(sun) - # define _XOPEN_SOURCE_EXTENDED 1 - #endif |