]> git.pld-linux.org Git - packages/antlr.git/commitdiff
fix for gcj4 error:
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 18 Apr 2005 03:13:11 +0000 (03:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
antlr/debug/misc/ASTFrame.java: In class 'antlr.debug.misc.ASTFrame':
antlr/debug/misc/ASTFrame.java: In constructor '(java.lang.String,antlr.collections.AST)':
antlr/debug/misc/ASTFrame.java:42: error: cannot find file for class antlr.debug.misc.JTreeASTModel
antlr/debug/misc/ASTFrame.java:42: error: cannot find file for class antlr.debug.misc.JTreeASTPanel
antlr/debug/misc/ASTFrame.java:42: error: cannot find file for class antlr.debug.misc.JTreeASTModel
antlr/debug/misc/ASTFrame.java:42: confused by earlier errors, bailing out

Changed files:
    antlr-remove-ugly-gcj-hack.patch -> 1.1

antlr-remove-ugly-gcj-hack.patch [new file with mode: 0644]

diff --git a/antlr-remove-ugly-gcj-hack.patch b/antlr-remove-ugly-gcj-hack.patch
new file mode 100644 (file)
index 0000000..f24760c
--- /dev/null
@@ -0,0 +1,16 @@
+--- antlr-2.7.5/antlr/Makefile.in.orig 2005-04-18 05:00:24.000000000 +0200
++++ antlr-2.7.5/antlr/Makefile.in      2005-04-18 05:11:29.000000000 +0200
+@@ -270,12 +270,7 @@
+   $(eol)
+-## damned ugly hack ..
+-ifeq (gcj,@javac@)
+-      antlr_java_FILES = $(antlr_java1_FILES)
+-else
+-      antlr_java_FILES = $(antlr_java1_FILES) $(antlr_swing_FILES)
+-endif
++antlr_java_FILES = $(antlr_java1_FILES) $(antlr_swing_FILES)
+ ## rule how to compile java files 
+ @ANTLR_JAR@ :: $(antlr_java_FILES)
This page took 0.064185 seconds and 4 git commands to generate.