blob: 66415b5d6352f7349696883c00932b1e1fd44d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- installer/unix.tcl.orig Sat Sep 20 20:47:35 1997
+++ installer/unix.tcl Sat Sep 20 20:47:37 1997
@@ -228,7 +228,7 @@
proc getCC {} {
global CC GCC SCflag CFlags Type SLDflag share scflags
switch {} $CC {} default return
- set CFlags -O
+ set CFlags {-O -I/usr/local/include/tcl8.0}
catch {set CFlags $cflags($Type)}
switch BSDI $Type {
set CC gcc2
|