summaryrefslogtreecommitdiff
path: root/irc/zircon/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-10-29 17:03:29 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-10-29 17:03:29 +0000
commit183ed7bdcf8fff81d222339ba37905181109f058 (patch)
tree0ce2b4b93a5e44cfb50c9d0f6eb56b77bdd7ccf1 /irc/zircon/files
parentFix wrong "version required" (diff)
Upgrade to zircon-1.18.223
switch to tcl/tk-8.2
Notes
Notes: svn path=/head/; revision=22724
Diffstat (limited to 'irc/zircon/files')
-rw-r--r--irc/zircon/files/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa
index 37a59ffec0d5..ed4f5ee6aff6 100644
--- a/irc/zircon/files/patch-aa
+++ b/irc/zircon/files/patch-aa
@@ -1,11 +1,20 @@
---- 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 @@
+--- 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.1}
++ set CFlags {-O -I/usr/local/include/tcl8.2}
catch {set CFlags $cflags($Type)}
switch BSDI $Type {
set CC gcc2
+@@ -220,7 +220,7 @@
+ proc findWish {} {
+ global env
+ foreach x [split $env(PATH) :] {
+- foreach y {wish8.1 wish8.0 wish4.2 wish4.1 wish wishx} {
++ foreach y {wish8.2 wish8.1 wish8.0 wish4.2 wish4.1 wish wishx} {
+ if {[file exists [set f [file join $x $y]]]} {
+ return $f
+ }