summaryrefslogtreecommitdiff
path: root/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch')
-rw-r--r--dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch b/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
new file mode 100644
index 000000000000..516158f63083
--- /dev/null
+++ b/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch
@@ -0,0 +1,24 @@
+diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/Op.java werken.xpath/src/com/werken/xpath/impl/Op.java
+--- werken.xpath.orig/src/com/werken/xpath/impl/Op.java 2000-08-27 03:16:03.000000000 +0300
++++ werken.xpath/src/com/werken/xpath/impl/Op.java 2003-03-02 01:44:52.000000000 +0200
+@@ -19,7 +19,7 @@
+ public final static Op GT = new Op(">");
+ public final static Op LT_EQUAL = new Op("<=");
+ public final static Op GT_EQUAL = new Op(">=");
+- public final static Op MOD = new Op("%");;
++ public final static Op MOD = new Op("%");
+ public final static Op DIV = new Op("/");
+ public final static Op PLUS = new Op("+");
+ public final static Op MINUS = new Op("-");
+diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java
+--- werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java 2000-10-31 22:20:56.000000000 +0200
++++ werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java 2003-03-02 01:45:04.000000000 +0200
+@@ -175,7 +175,7 @@
+ }
+ }
+
+- return aggregateResults;;
++ return aggregateResults;
+ }
+
+ private List applyPredicates(List nodeSet,