]> git.pld-linux.org Git - packages/colorgcc.git/commitdiff
- fixed compilers paths
authorpius <pius@pld-linux.org>
Sun, 9 May 1999 21:07:36 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colorgcc-paths.patch -> 1.1

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

diff --git a/colorgcc-paths.patch b/colorgcc-paths.patch
new file mode 100644 (file)
index 0000000..2d9eece
--- /dev/null
@@ -0,0 +1,33 @@
+diff -urN colorgcc-1.3.2/colorgcc colorgcc-1.3.2.new/colorgcc
+--- colorgcc-1.3.2/colorgcc    Thu Apr 29 19:16:08 1999
++++ colorgcc-1.3.2.new/colorgcc        Sun May  9 22:46:47 1999
+@@ -93,10 +93,10 @@
+ sub initDefaults
+ {
+-   $compilerPaths{"gcc"} = "/usr/local/bin/gcc";
+-   $compilerPaths{"g++"} = "/usr/local/bin/g++";
++   $compilerPaths{"gcc"} = "/usr/bin/gcc";
++   $compilerPaths{"g++"} = "/usr/bin/g++";
+    $compilerPaths{"cc"}  = "/usr/bin/cc";
+-   $compilerPaths{"c++"} = "/usr/local/bin/c++";
++   $compilerPaths{"c++"} = "/usr/bin/c++";
+    $nocolor{"dumb"} = "true";
+diff -urN colorgcc-1.3.2/colorgccrc colorgcc-1.3.2.new/colorgccrc
+--- colorgcc-1.3.2/colorgccrc  Thu Apr 29 19:16:08 1999
++++ colorgcc-1.3.2.new/colorgccrc      Sun May  9 22:45:38 1999
+@@ -22,9 +22,9 @@
+ # Define the paths to the actual location of the various compilers.
+ # (Currently, colorgcc only understands these: g++ gcc c++ cc)
+-g++: /usr/local/bin/g++
+-gcc: /usr/local/bin/gcc
+-c++: /usr/local/bin/c++
++g++: /usr/bin/g++
++gcc: /usr/bin/gcc
++c++: /usr/bin/c++
+ cc:  /usr/bin/cc
+ # Don't do color if our terminal type ($TERM) is one of these.
This page took 0.094004 seconds and 4 git commands to generate.