]> git.pld-linux.org Git - packages/colorgcc.git/commitdiff
- perl-5.6 compatibility patch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Dec 2000 20:03:45 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colorgcc-perl-5.6.patch -> 1.1

colorgcc-perl-5.6.patch [new file with mode: 0644]

diff --git a/colorgcc-perl-5.6.patch b/colorgcc-perl-5.6.patch
new file mode 100644 (file)
index 0000000..cd3af9b
--- /dev/null
@@ -0,0 +1,11 @@
+--- colorgcc-1.3.2/colorgcc.old        Fri Dec 22 01:28:55 2000
++++ colorgcc-1.3.2/colorgcc    Fri Dec 22 01:29:35 2000
+@@ -205,7 +205,7 @@
+ # Keep the pid of the compiler process so we can get its return
+ # code and use that as our return code.
+-$compiler_pid = open3('<&STDIN', \*GCCOUT, \*GCCOUT, $compiler, @ARGV);
++$compiler_pid = open3('<&STDIN', \*GCCOUT, '', $compiler, @ARGV);
+ # Colorize the output from the compiler.
+ while(<GCCOUT>)
This page took 0.093835 seconds and 4 git commands to generate.