diff options
author | Patrick Li <pat@FreeBSD.org> | 2005-06-10 07:49:05 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2005-06-10 07:49:05 +0000 |
commit | a2dab802998122bc9f0c41255ed45550c4e33f41 (patch) | |
tree | 726908fbd2955073460aa080cc4c7e19f21d6587 /mail/tkrat2/files/patch-ssl | |
parent | Update to 1.36 (diff) |
Update to 2.1.5
PR: ports/82088
Submitted by: Stephen J. Roznowski <sjr@comcast.net>
Notes
Notes:
svn path=/head/; revision=137153
Diffstat (limited to '')
-rw-r--r-- | mail/tkrat2/files/patch-ssl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/tkrat2/files/patch-ssl b/mail/tkrat2/files/patch-ssl index b6724c2d8146..21138619d0e2 100644 --- a/mail/tkrat2/files/patch-ssl +++ b/mail/tkrat2/files/patch-ssl @@ -1,9 +1,9 @@ ---- imap/src/osdep/unix/Makefile.orig Wed Sep 11 22:01:08 2002 -+++ imap/src/osdep/unix/Makefile Wed Sep 11 22:02:49 2002 -@@ -30,7 +30,7 @@ - +--- imap/src/osdep/unix/Makefile.orig Thu Jun 9 18:46:59 2005 ++++ imap/src/osdep/unix/Makefile Thu Jun 9 18:47:26 2005 +@@ -32,7 +32,7 @@ SSLDIR=/usr/local/ssl SSLCERTS=$(SSLDIR)/certs + SSLKEYS=$(SSLCERTS) -SSLINCLUDE=$(SSLDIR)/include +SSLINCLUDE=/usr/include/openssl SSLLIB=$(SSLDIR)/lib |