1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net-im/jabber/files/patch-jabberd-jabberd.h
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

15 lines
298 B
C

--- jabberd/jabberd.h.orig
+++ jabberd/jabberd.h
@@ -103,10 +103,10 @@
#include <jabberdlib.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
+#include <gnutls/openpgp.h>
#ifdef HAVE_GNUTLS_EXTRA
# include <gnutls/extra.h>
-# include <gnutls/openpgp.h>
#endif
/** Packet types */