From e60eae42dfe8246e347d81d61f4dea3149e4026f Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 1 Dec 2010 22:55:55 +0000 Subject: - Fix build with new ant PR: ports/152732 Submitted by: Rob Farmer --- graphics/jogl/files/patch-gluegen_make_build.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'graphics/jogl') 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 @@ --> @@ -11,12 +11,30 @@ +- ++ + + + +@@ -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. + --> +- ++ + + + @@ -281,7 +281,7 @@ - -+ ++ -- cgit