summaryrefslogtreecommitdiff
path: root/games/q3cellshading/files/patch-code-unix-cons
blob: 71d5fac4ad93d4361715a7d7f746f3d832b8cbd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ruN ./code/unix/cons ../quake3-1.32b-BUILT/./code/unix/cons
--- ./code/unix/cons	Fri Jun 14 15:01:32 2002
+++ ../quake3-1.32b-BUILT/./code/unix/cons	Tue Aug 23 14:21:45 2005
@@ -271,7 +271,7 @@
      # Defaults for a typical (?) UNIX platform.
      # Your mileage may vary.
      'unix' => [
-		'CC'             => 'cc',
+		'CC'             => 'gcc',
 		'CFLAGS'         => '',
 		'CCCOM'          => '%CC %CFLAGS %_IFLAGS -c %< -o %>',
 		'CXX'            => '%CC',
@@ -294,7 +294,7 @@
 		'LD'             => 'ld',
 		'LDFLAGS'        => '',
 		'PREFLIB'        => 'lib',
-		'ENV'            => { 'PATH' => '/bin:/usr/bin' },
+		'ENV'            => { 'PATH' => '/bin:/usr/bin:/usr/local/bin' },
 		],
      );