diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-22 20:38:30 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-22 20:38:30 +0000 |
commit | 190fcd8f288627ac3d615bdca510932aeaa43f53 (patch) | |
tree | 50a07777c621b8dec05ea86485d0565748ab4611 /misc/dotfile/files | |
parent | 7b59a5b8dc6e0506f59d1443572d2927921c89e1 (diff) | |
download | ports-190fcd8f288627ac3d615bdca510932aeaa43f53.tar.gz ports-190fcd8f288627ac3d615bdca510932aeaa43f53.zip |
Notes
Diffstat (limited to 'misc/dotfile/files')
-rw-r--r-- | misc/dotfile/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/dotfile/files/patch-aa b/misc/dotfile/files/patch-aa new file mode 100644 index 000000000000..418b8761adf1 --- /dev/null +++ b/misc/dotfile/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Fri Jan 31 08:09:10 1997 ++++ configure Sat Nov 22 15:25:48 1997 +@@ -399,7 +399,7 @@ + + + +-for ac_prog in wish4.2 wish4.1 wish4.0 wish ++for ac_prog in wish8.0 wish4.2 wish4.1 wish4.0 wish + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -439,7 +439,7 @@ + { echo "configure: error: I couldn't find 'wish' please insert it into your path and try again" 1>&2; exit 1; } + fi + +-for ac_prog in tclsh7.6 tclsh7.5 tclsh7.4 tclsh ++for ac_prog in tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |