]> git.pld-linux.org Git - packages/colorgcc.git/blob - colorgcc-paths.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/colorgcc.git] / colorgcc-paths.patch
1 diff -urN colorgcc-1.3.2/colorgcc colorgcc-1.3.2.new/colorgcc
2 --- colorgcc-1.3.2/colorgcc     Thu Apr 29 19:16:08 1999
3 +++ colorgcc-1.3.2.new/colorgcc Sun May  9 22:46:47 1999
4 @@ -93,10 +93,10 @@
5  
6  sub initDefaults
7  {
8 -   $compilerPaths{"gcc"} = "/usr/local/bin/gcc";
9 -   $compilerPaths{"g++"} = "/usr/local/bin/g++";
10 +   $compilerPaths{"gcc"} = "/usr/bin/gcc";
11 +   $compilerPaths{"g++"} = "/usr/bin/g++";
12     $compilerPaths{"cc"}  = "/usr/bin/cc";
13 -   $compilerPaths{"c++"} = "/usr/local/bin/c++";
14 +   $compilerPaths{"c++"} = "/usr/bin/c++";
15  
16     $nocolor{"dumb"} = "true";
17  
18 diff -urN colorgcc-1.3.2/colorgccrc colorgcc-1.3.2.new/colorgccrc
19 --- colorgcc-1.3.2/colorgccrc   Thu Apr 29 19:16:08 1999
20 +++ colorgcc-1.3.2.new/colorgccrc       Sun May  9 22:45:38 1999
21 @@ -22,9 +22,9 @@
22  
23  # Define the paths to the actual location of the various compilers.
24  # (Currently, colorgcc only understands these: g++ gcc c++ cc)
25 -g++: /usr/local/bin/g++
26 -gcc: /usr/local/bin/gcc
27 -c++: /usr/local/bin/c++
28 +g++: /usr/bin/g++
29 +gcc: /usr/bin/gcc
30 +c++: /usr/bin/c++
31  cc:  /usr/bin/cc
32  
33  # Don't do color if our terminal type ($TERM) is one of these.
This page took 0.079829 seconds and 3 git commands to generate.