diff options
Diffstat (limited to 'irc/zircon/files/patch-unix.tcl')
-rw-r--r-- | irc/zircon/files/patch-unix.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/zircon/files/patch-unix.tcl b/irc/zircon/files/patch-unix.tcl index 0b480976a5f2..045813ac0092 100644 --- a/irc/zircon/files/patch-unix.tcl +++ b/irc/zircon/files/patch-unix.tcl @@ -48,7 +48,7 @@ global CC GCC SCflag CFlags Type SLDflag share scflags switch {} $CC {} default return - set CFlags -O -+ set CFlags {-O -I/usr/local/include/tcl8.4} ++ set CFlags {-O -I%%TCL_INCLUDE%%} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 |