aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/subversion/files/apr-regex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/subversion/files/apr-regex.patch')
-rw-r--r--recipes/subversion/files/apr-regex.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/subversion/files/apr-regex.patch b/recipes/subversion/files/apr-regex.patch
new file mode 100644
index 0000000000..4f1f50a7d5
--- /dev/null
+++ b/recipes/subversion/files/apr-regex.patch
@@ -0,0 +1,19 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- subversion-1.3.1/configure~apr-regex
++++ subversion-1.3.1/configure
+@@ -2933,9 +2933,9 @@
+
+
+
+-APR_VER_REGEX="0\.9\.[5-9]"
++APR_VER_REGEX="0\.9\.12"
+ APR_VER_REGEX_TOO="1\."
+-APU_VER_REGEX="0\.9\.[5-9]"
++APU_VER_REGEX="0\.9\.12"
+ APU_VER_REGEX_TOO="1\."
+
+