summaryrefslogtreecommitdiff
path: root/irc/zircon/files
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-21 04:56:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-21 04:56:38 +0000
commit73499df984d8358714ba3b28f65f5492c2fe48b3 (patch)
treeec88424eb2b511745aa4e6c20f8035cd8e013416 /irc/zircon/files
parentUpdate to version 1.18.44 (diff)
2nd try after being bitten by cvs add bug in remote case.
Notes
Notes: svn path=/head/; revision=7977
Diffstat (limited to 'irc/zircon/files')
-rw-r--r--irc/zircon/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa
new file mode 100644
index 000000000000..66415b5d6352
--- /dev/null
+++ b/irc/zircon/files/patch-aa
@@ -0,0 +1,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