openbsd-ports/mail/claws-mail/patches/patch-src_common_ssl_certificate_c
landry 976d0f9cfe Update to claws-mail 3.3.0, from Ulrich Kahl (maintainer) with some tweaks
by me to clean/reorder LIB_DEPENDS/WANTLIB. Remove two integrated patches.
clamav plugin is not part of it anymore due to licence issues, it will be
reimported soon in a standalone port.

Tested too by Pierre-Emmanuel Andre @i386, thanks !
ok ajacoutot@ pyr@
2008-02-13 13:17:26 +00:00

14 lines
371 B
Plaintext

$OpenBSD: patch-src_common_ssl_certificate_c,v 1.3 2008/02/13 13:17:26 landry Exp $
--- src/common/ssl_certificate.c.orig Fri Feb 8 06:33:16 2008
+++ src/common/ssl_certificate.c Fri Feb 8 17:55:41 2008
@@ -40,6 +40,9 @@
#include <glib.h>
#include <glib/gi18n.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
#ifdef G_OS_WIN32
#include "winsock2.h"
#endif