File jogl2-0001-update-ant-contrib-tasks.patch of Package jogl2
Index: jogl-v2.0.2/make/build-jogl.xml
===================================================================
--- jogl-v2.0.2.orig/make/build-jogl.xml
+++ jogl-v2.0.2/make/build-jogl.xml
@@ -1472,7 +1472,7 @@
<!-- have to wrap cc task with outofdate, because otherwise cc links a new library
even when no files have been compiled -->
- <outofdate>
+ <outofdate force="true">
<sourcefiles>
<fileset dir="${project.root}"><patternset refid="@{c.compiler.src.files}"/></fileset>
</sourcefiles>
Index: jogl-v2.0.2/make/build-nativewindow.xml
===================================================================
--- jogl-v2.0.2.orig/make/build-nativewindow.xml
+++ jogl-v2.0.2/make/build-nativewindow.xml
@@ -661,7 +661,7 @@
<!-- have to wrap cc task with outofdate, because otherwise cc links a new library
even when no files have been compiled -->
- <outofdate>
+ <outofdate force="true">
<sourcefiles>
<fileset dir="${project.root}"><patternset refid="@{c.compiler.src.files}"/></fileset>
</sourcefiles>
Index: jogl-v2.0.2/make/build-newt.xml
===================================================================
--- jogl-v2.0.2.orig/make/build-newt.xml
+++ jogl-v2.0.2/make/build-newt.xml
@@ -605,7 +605,7 @@
<!-- have to wrap cc task with outofdate, because otherwise cc links a new library
even when no files have been compiled -->
- <outofdate>
+ <outofdate force="true">
<sourcefiles>
<fileset dir="${project.root}"><patternset refid="@{c.compiler.src.files}"/></fileset>
</sourcefiles>