summarylogtreecommitdiffstats
path: root/use_antlr2.patch
diff options
context:
space:
mode:
authorBlair Bonnett2022-05-07 09:54:55 +0200
committerBlair Bonnett2022-05-07 09:54:55 +0200
commit0ab6109d0e4e5bd85a8c73d590b8078798b0b701 (patch)
tree44452450e302e2c36c14362033995e903784d432 /use_antlr2.patch
parent37da6fae688ab7d683ca0667ab1617caf0d138e6 (diff)
downloadaur-0ab6109d0e4e5bd85a8c73d590b8078798b0b701.tar.gz
Update to 5.0.7.
Diffstat (limited to 'use_antlr2.patch')
-rw-r--r--use_antlr2.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/use_antlr2.patch b/use_antlr2.patch
new file mode 100644
index 000000000000..9e042713b160
--- /dev/null
+++ b/use_antlr2.patch
@@ -0,0 +1,10 @@
+--- configure
++++ configure
+
+@@ -20465,5 +20465,5 @@
+ # AC_CHECK_PROGS (variable, progs-to-check-for, [value-if-not-found], [path]
+ # Check for antlr executable installed as runantlr (runantlr ~= java antlr.Tool)
+-for ac_prog in runantlr antlr
++for ac_prog in runantlr2 antlr
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.