summaryrefslogblamecommitdiff
path: root/irc/zircon/files/patch-aa
blob: 99164f99aa544722c5d1401a23d863740c3183fb (plain) (tree)
1
2
3
4
5
6
7
8


                                                        



                                                           
                                                


                                      
--- installer/unix.tcl.orig	Wed Jul 14 05:39:14 1999
+++ installer/unix.tcl	Fri Oct 29 12:56:37 1999
@@ -181,7 +181,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.2}
     catch {set CFlags $cflags($Type)}
     switch BSDI $Type {
 	set CC gcc2