aboutsummaryrefslogtreecommitdiff
path: root/irc/zircon/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-15 16:08:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-15 16:08:10 +0000
commit7f4bf1575fa0dfcfb1ebf56e815c143da7795d65 (patch)
tree9935a20fd4bd1c6c1c12e145a082cd764fed3694 /irc/zircon/files
parent3575667139e2a7e21d3f8d2641cedfa4b9977924 (diff)
Notes
Diffstat (limited to 'irc/zircon/files')
-rw-r--r--irc/zircon/files/patch-unix.tcl2
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