--- libjogl-java-1.1.1+dak1.orig/gluegen/make/build.xml	2012-02-05 16:07:15.000000000 -0430
+++ libjogl-java-1.1.1+dak1/gluegen/make/build.xml	2012-02-05 16:09:19.000000000 -0430
@@ -96,6 +96,9 @@
     -        the directory does not exist, it will be created.
     -->
   <target name="generate.c.grammar">
+    <path id="antlr.classpath">
+      <pathelement location="/usr/share/java/antlr.jar" />
+    </path>
     <!-- Generate the Java files -->
     <antlr target="${output.dir}/${target}" outputdirectory="${output.dir}">
       <classpath refid="antlr.classpath" />
@@ -112,6 +115,9 @@
     -        the directory does not exist, it will be created.
    -->
   <target name="generate.c.grammar.glib">
+    <path id="antlr.classpath">
+      <pathelement location="/usr/share/java/antlr.jar" />
+    </path>
     <!-- Generate the Java files -->
     <antlr target="${output.dir}/${target}" glib="${output.dir}/${glib}" outputdirectory="${output.dir}">
       <classpath refid="antlr.classpath" />
