openbsd-ports/mail/claws-mail/patches/patch-src_common_ssl_certificate_c
landry ce327c3f34 Long due update to 3.2.0, diff mostly from Ulrich Kahl (MAINTAINER)
- gnomeprint flavor has been removed, it uses gtkprint now
- patch-src_procmime_c updated to fix a problem reported by Marten King
- pgp* plugins are built but not installed, due to a severe threading bug :
see http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1348

tested by many, ok ajacoutot@ kili@ and MAINTAINER
2008-01-08 23:13:23 +00:00

14 lines
371 B
Plaintext

$OpenBSD: patch-src_common_ssl_certificate_c,v 1.1 2008/01/08 23:13:23 landry Exp $
--- src/common/ssl_certificate.c.orig Tue Dec 18 19:40:50 2007
+++ src/common/ssl_certificate.c Tue Dec 18 20:07:02 2007
@@ -37,6 +37,9 @@
#include <glib.h>
#include <glib/gi18n.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
#ifdef G_OS_WIN32
#include "winsock2.h"
#endif