diff options
author | Paul Richards <paul@FreeBSD.org> | 2000-05-13 17:20:07 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 2000-05-13 17:20:07 +0000 |
commit | 58565e54d237ab4a9800134c8f2959855fa83118 (patch) | |
tree | 6fc2baa55704bc7c3a28f12efa581516e7e0eb79 /mail/cyrus-imapd/files/patch-ad | |
parent | Update port to release 1.6.22 (diff) |
Update port to 1.6.22
Notes
Notes:
svn path=/head/; revision=28432
Diffstat (limited to 'mail/cyrus-imapd/files/patch-ad')
-rw-r--r-- | mail/cyrus-imapd/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/files/patch-ad b/mail/cyrus-imapd/files/patch-ad new file mode 100644 index 000000000000..bcd310e991d3 --- /dev/null +++ b/mail/cyrus-imapd/files/patch-ad @@ -0,0 +1,11 @@ +--- configure.in.orig Sun Apr 9 01:13:23 2000 ++++ configure.in Sun Apr 9 01:13:43 2000 +@@ -528,7 +528,7 @@ + # filename, it should be safe to add it (to the front of the line -- + # somef vendors have older, badly installed tclshs that we want to avoid + # if we can) +- AC_PATH_PROGS(TCLSH, [tclsh8.1 tclsh8.0 tclsh], "unknown") ++ AC_PATH_PROGS(TCLSH, [tclsh8.2 tclsh8.1 tclsh8.0 tclsh], "unknown") + fi + + # Do we know where to get a tclsh? |