Signed-off-by: Guillermo Rodriguez <guille.rodrig...@gmail.com>
---
 .../0002-Fix-unmappable-character-error.patch      | 23 ++++++++++++++++++++++
 patches/classpath-0.99/series                      |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 
patches/classpath-0.99/0002-Fix-unmappable-character-error.patch

diff --git a/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch 
b/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch
new file mode 100644
index 0000000..0aa7beb
--- /dev/null
+++ b/patches/classpath-0.99/0002-Fix-unmappable-character-error.patch
@@ -0,0 +1,23 @@
+Fix unmappable character to make it possible to build when
+default locale is not UTF-8.
+
+---
+ java/util/regex/Matcher.java | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/java/util/regex/Matcher.java b/java/util/regex/Matcher.java
+index 8d033d5..584d9a4 100644
+--- a/java/util/regex/Matcher.java
++++ b/java/util/regex/Matcher.java
+@@ -620,7 +620,7 @@ public final class Matcher implements MatchResult
+    *
+    * @param s the string to literalize.
+    * @return the literalized string.
+-   * @since 1.5
++   * @since 1.5
+    */
+   public static String quoteReplacement(String s)
+   {
+-- 
+1.9.1
+
diff --git a/patches/classpath-0.99/series b/patches/classpath-0.99/series
index 1fffdbd..a1234fb 100644
--- a/patches/classpath-0.99/series
+++ b/patches/classpath-0.99/series
@@ -1 +1,2 @@
 0001-Fix-building-with-OpenJDK-1.8.patch
+0002-Fix-unmappable-character-error.patch
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to