diff options
Diffstat (limited to 'mail/tkrat2/files/patch-ssl')
-rw-r--r-- | mail/tkrat2/files/patch-ssl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/tkrat2/files/patch-ssl b/mail/tkrat2/files/patch-ssl new file mode 100644 index 000000000000..b6724c2d8146 --- /dev/null +++ b/mail/tkrat2/files/patch-ssl @@ -0,0 +1,11 @@ +--- 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 @@ + + SSLDIR=/usr/local/ssl + SSLCERTS=$(SSLDIR)/certs +-SSLINCLUDE=$(SSLDIR)/include ++SSLINCLUDE=/usr/include/openssl + SSLLIB=$(SSLDIR)/lib + + SSLCRYPTO=-lcrypto |