]> git.pld-linux.org Git - packages/colorgcc.git/blob - colorgcc-perl-5.6.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/colorgcc.git] / colorgcc-perl-5.6.patch
1 --- colorgcc-1.3.2/colorgcc.old Fri Dec 22 01:28:55 2000
2 +++ colorgcc-1.3.2/colorgcc     Fri Dec 22 01:29:35 2000
3 @@ -205,7 +205,7 @@
4  
5  # Keep the pid of the compiler process so we can get its return
6  # code and use that as our return code.
7 -$compiler_pid = open3('<&STDIN', \*GCCOUT, \*GCCOUT, $compiler, @ARGV);
8 +$compiler_pid = open3('<&STDIN', \*GCCOUT, '', $compiler, @ARGV);
9  
10  # Colorize the output from the compiler.
11  while(<GCCOUT>)
This page took 0.025744 seconds and 3 git commands to generate.