]> git.pld-linux.org Git - packages/ant.git/blob - ant-gcjtask.patch
2988775293a31df76ee28ca115c35b2de8b16c22
[packages/ant.git] / ant-gcjtask.patch
1 --- apache-ant-1.7.1/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java~ 2008-06-27 07:05:16.000000000 +0200
2 +++ apache-ant-1.7.1/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java  2009-01-28 09:43:14.000000000 +0100
3 @@ -112,6 +112,11 @@
4              cmd.createArgument().setValue("-C");
5          }
6  
7 +        if (attributes.getSource() != null) {
8 +            String source = attributes.getSource();
9 +            cmd.createArgument().setValue("-fsource=" + source);
10 +        }
11 +
12          addCurrentCompilerArgs(cmd);
13  
14          return cmd;
This page took 0.067415 seconds and 2 git commands to generate.