texlive[43532] Build/source/libs/icu: netbsd patch for icu
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 17 23:33:16 CET 2017
Revision: 43532
http://tug.org/svn/texlive?view=revision&revision=43532
Author: karl
Date: 2017-03-17 23:33:15 +0100 (Fri, 17 Mar 2017)
Log Message:
-----------
netbsd patch for icu digitlst.cpp
Modified Paths:
--------------
trunk/Build/source/libs/icu/TLpatches/ChangeLog
trunk/Build/source/libs/icu/icu-src/source/i18n/digitlst.cpp
Added Paths:
-----------
trunk/Build/source/libs/icu/TLpatches/patch-19-netbsd
Modified: trunk/Build/source/libs/icu/TLpatches/ChangeLog
===================================================================
--- trunk/Build/source/libs/icu/TLpatches/ChangeLog 2017-03-17 21:36:31 UTC (rev 43531)
+++ trunk/Build/source/libs/icu/TLpatches/ChangeLog 2017-03-17 22:33:15 UTC (rev 43532)
@@ -1,3 +1,7 @@
+2017-03-17 Karl Berry <karl at tug.org>
+
+ * patch-19-netbsd: add per Marc Baudoin, tlbuild 17 Mar 2017 10:03:03.
+
2017-03-13 Karl Berry <karl at freefriends.org>
* Update for icu-58.2.
Added: trunk/Build/source/libs/icu/TLpatches/patch-19-netbsd
===================================================================
--- trunk/Build/source/libs/icu/TLpatches/patch-19-netbsd (rev 0)
+++ trunk/Build/source/libs/icu/TLpatches/patch-19-netbsd 2017-03-17 22:33:15 UTC (rev 43532)
@@ -0,0 +1,15 @@
+ Per Marc Baudoin, tlbuild 17 Mar 2017 10:03:03.
+
+Index: digitlst.cpp
+===================================================================
+--- digitlst.cpp (revision 43522)
++++ digitlst.cpp (working copy)
+@@ -61,7 +61,7 @@
+ #endif
+
+ #if U_USE_STRTOD_L
+-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
++# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN || defined(__NetBSD__)
+ # include <locale.h>
+ # else
+ # include <xlocale.h>
Modified: trunk/Build/source/libs/icu/icu-src/source/i18n/digitlst.cpp
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/i18n/digitlst.cpp 2017-03-17 21:36:31 UTC (rev 43531)
+++ trunk/Build/source/libs/icu/icu-src/source/i18n/digitlst.cpp 2017-03-17 22:33:15 UTC (rev 43532)
@@ -61,7 +61,7 @@
#endif
#if U_USE_STRTOD_L
-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
+# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN || defined(__NetBSD__)
# include <locale.h>
# else
# include <xlocale.h>
More information about the tex-live-commits
mailing list