freebsd-ports/mail/cone/files/patch-libmail_envelope.H
Guido Falsi 8df20cbbba - Update to 0.92 [1]
- Fix build without SSLv3 [2]

Thanks ro brnrd for providing an updated patch.

PR:		202677 [1], 203697 [2]
Submitted by:	yamagi at yamagi.org [1]
Submitted by:	cpbsdmail at gmail.com [2]
MFH:		2015Q4
2015-10-28 15:45:45 +00:00

10 lines
178 B
C++

--- libmail/envelope.H.orig 2014-01-06 19:37:10 UTC
+++ libmail/envelope.H
@@ -8,6 +8,7 @@
#include <vector>
#include <string>
+#include <time.h>
#include "namespace.H"