commit:     b4f7a503e6c0b2d66cf478e80ab5eae0c37e3f03
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Tue Dec 20 22:02:40 2016 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Tue Dec 20 22:03:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=b4f7a503

dev-libs/icu: Clean 58.1 patch

Fix the path of the 58.2 patch

 dev-libs/icu/files/icu-58.1-no-xlocale.patch | 14 ++++++--------
 dev-libs/icu/files/icu-58.2-no-xlocale.patch |  6 +++---
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-libs/icu/files/icu-58.1-no-xlocale.patch 
b/dev-libs/icu/files/icu-58.1-no-xlocale.patch
index 0bf4e69..11792d6 100644
--- a/dev-libs/icu/files/icu-58.1-no-xlocale.patch
+++ b/dev-libs/icu/files/icu-58.1-no-xlocale.patch
@@ -1,18 +1,16 @@
 diff -Naur a/i18n/digitlst.cpp b/i18n/digitlst.cpp
---- a/i18n/digitlst.cpp        2016-10-16 22:10:38.000000000 -0700
-+++ b/i18n/digitlst.cpp        2016-11-07 02:46:13.155828312 -0800
-@@ -60,13 +60,7 @@
- # endif
+--- a/i18n/digitlst.cpp        2016-12-20 14:01:00.067384046 -0800
++++ b/i18n/digitlst.cpp        2016-12-20 14:01:21.773589684 -0800
+@@ -61,11 +61,7 @@
  #endif
  
--#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
+ #if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
 -# if U_PLATFORM == U_PF_CYGWIN
 -#   include <locale.h>
 -# else
 -#   include <xlocale.h>
 -# endif
--#endif
-+#include <locale.h>
++# include <locale.h>
+ #endif
  
  // ***************************************************************************
- // class DigitList

diff --git a/dev-libs/icu/files/icu-58.2-no-xlocale.patch 
b/dev-libs/icu/files/icu-58.2-no-xlocale.patch
index a90290d..3498629 100644
--- a/dev-libs/icu/files/icu-58.2-no-xlocale.patch
+++ b/dev-libs/icu/files/icu-58.2-no-xlocale.patch
@@ -1,6 +1,6 @@
-diff -Naur icu.orig/source/i18n/digitlst.cpp icu/source/i18n/digitlst.cpp
---- icu.orig/source/i18n/digitlst.cpp  2016-10-26 18:37:56.000000000 -0700
-+++ icu/source/i18n/digitlst.cpp       2016-12-20 13:41:27.124353535 -0800
+diff -Naur a/i18n/digitlst.cpp b/i18n/digitlst.cpp
+--- a/i18n/digitlst.cpp        2016-10-26 18:37:56.000000000 -0700
++++ b/i18n/digitlst.cpp        2016-12-20 13:41:27.124353535 -0800
 @@ -61,11 +61,7 @@
  #endif
  

Reply via email to