frysk/frysk-0.4-bin-antlr.patch
Andrew Cagney 98dfc69ea8 Add frysk-0.4-configure-enable-gnome.patch as no vte/java bindings.
Use installed antlr, frysk-0.4-bin-antlr.patch
Fix scope warning from latest c++, frysk-04-cxx-scope.patch
2012-02-11 12:08:54 -05:00

14 lines
583 B
Diff

diff -up frysk-0.4/frysk-common/Makefile.rules.bin-antlr frysk-0.4/frysk-common/Makefile.rules
--- frysk-0.4/frysk-common/Makefile.rules.bin-antlr 2012-01-23 20:47:12.479000002 -0500
+++ frysk-0.4/frysk-common/Makefile.rules 2012-01-23 20:48:29.693998397 -0500
@@ -567,9 +567,7 @@ endif
# running the generated files through the compiler and then "fix" the
# warnings. Reuse the tmp directory for successive runs on related .g files.
-ANTLR = $(JAVA) \
- -classpath @abs_builddir@/../frysk-imports/antlr.jar \
- antlr.Tool
+ANTLR = antlr
SUFFIXES += .antlred .g
.g.antlred: