]> git.pld-linux.org Git - packages/ant.git/blobdiff - ant-gcjtask.patch
- up to 1.8.4
[packages/ant.git] / ant-gcjtask.patch
diff --git a/ant-gcjtask.patch b/ant-gcjtask.patch
deleted file mode 100644 (file)
index 89a0e73..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- apache-ant-1.7.1/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java~        2008-06-27 07:05:16.000000000 +0200
-+++ apache-ant-1.7.1/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java 2009-01-28 09:43:14.000000000 +0100
-@@ -112,6 +112,16 @@
-             cmd.createArgument().setValue("-C");
-         }
-+        if (attributes.getSource() != null) {
-+            String source = attributes.getSource();
-+            cmd.createArgument().setValue("-fsource=" + source);
-+        }
-+
-+        if (attributes.getTarget() != null) {
-+            String target = attributes.getTarget();
-+            cmd.createArgument().setValue("-ftarget=" + target);
-+        }
-+
-         addCurrentCompilerArgs(cmd);
-         return cmd;
This page took 0.065668 seconds and 4 git commands to generate.