diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 22:55:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-01 22:55:55 +0000 |
commit | 792d16b1510bc59416a910e94e3d5b0066187b33 (patch) | |
tree | 3cb0e9d129eede8ac28b0f8a8df76aa65f6419c1 /graphics/jogl/files | |
parent | cc53fd79f2b21ae2aac15818d8a9f50e2cbc22f1 (diff) | |
download | ports-792d16b1510bc59416a910e94e3d5b0066187b33.tar.gz ports-792d16b1510bc59416a910e94e3d5b0066187b33.zip |
Notes
Diffstat (limited to 'graphics/jogl/files')
-rw-r--r-- | graphics/jogl/files/patch-gluegen_make_build.xml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/graphics/jogl/files/patch-gluegen_make_build.xml b/graphics/jogl/files/patch-gluegen_make_build.xml index 8806ec072b7d..c9bf9cbeefe8 100644 --- a/graphics/jogl/files/patch-gluegen_make_build.xml +++ b/graphics/jogl/files/patch-gluegen_make_build.xml @@ -1,5 +1,5 @@ ---- gluegen/make/build.xml.orig 2008-05-14 18:54:48.000000000 +1000 -+++ gluegen/make/build.xml 2008-06-09 10:41:50.000000000 +1000 +--- gluegen/make/build.xml.orig 2008-05-14 18:54:48.000000000 -0700 ++++ gluegen/make/build.xml 2010-10-27 03:34:48.000000000 -0700 @@ -11,8 +11,8 @@ --> <project name="GlueGen" basedir="." default="all"> @@ -11,12 +11,30 @@ <target name="load.user.properties" unless="user.properties.file"> <!-- Load the user specified properties file that defines various host +@@ -95,7 +95,7 @@ + - @param output.dir the directory to write the generated files to. If + - the directory does not exist, it will be created. + --> +- <target name="generate.c.grammar"> ++ <target name="generate.c.grammar" depends="init"> + <!-- Generate the Java files --> + <antlr target="${output.dir}/${target}" outputdirectory="${output.dir}"> + <classpath refid="antlr.classpath" /> +@@ -111,7 +111,7 @@ + - @param output.dir the directory to write the generated files to. If + - the directory does not exist, it will be created. + --> +- <target name="generate.c.grammar.glib"> ++ <target name="generate.c.grammar.glib" depends="init"> + <!-- Generate the Java files --> + <antlr target="${output.dir}/${target}" glib="${output.dir}/${glib}" outputdirectory="${output.dir}"> + <classpath refid="antlr.classpath" /> @@ -281,7 +281,7 @@ <property name="compiler.cfg.id" value="compiler.cfg.freebsd" /> <property name="linker.cfg.id" value="linker.cfg.linux" /> <property name="c.src.dir" value="unix" /> - <property name="java.includes.dir.freebsd" value="${java.includes.dir}/freebsd" /> -+ <property name="java.includes.dir.platform" value="${java.includes.dir}/freebsd" /> ++ <property name="java.includes.dir.platform" value="${java.includes.dir}/freebsd" /> </target> <target name="declare.hpux" if="isHPUX"> |