summaryrefslogtreecommitdiff
path: root/mail/imap-uw/patches
diff options
context:
space:
mode:
authoradam <adam>2003-07-28 14:40:27 +0000
committeradam <adam>2003-07-28 14:40:27 +0000
commit00a338ff7bc9137a23690857fd6c45fcca3ffec1 (patch)
treee9b9f3f62b9215e666a72aac0b7a86af0c88ac11 /mail/imap-uw/patches
parent26b76a19bedec6738454fb92139e68bd90f55463 (diff)
downloadpkgsrc-00a338ff7bc9137a23690857fd6c45fcca3ffec1.tar.gz
New patch file: patch-af, since auth_gss.c has been changed, and kerb_mit.c introduced
Diffstat (limited to 'mail/imap-uw/patches')
-rw-r--r--mail/imap-uw/patches/patch-af21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/imap-uw/patches/patch-af b/mail/imap-uw/patches/patch-af
new file mode 100644
index 00000000000..371d6bf3785
--- /dev/null
+++ b/mail/imap-uw/patches/patch-af
@@ -0,0 +1,21 @@
+$NetBSD: patch-af,v 1.5 2003/07/28 14:40:27 adam Exp $
+
+--- src/osdep/unix/kerb_mit.c.orig 2003-03-05 06:27:21.000000000 +0100
++++ src/osdep/unix/kerb_mit.c 2003-07-28 15:47:17.000000000 +0200
+@@ -18,9 +18,16 @@
+ * CPYRIGHT, included with this Distribution.
+ */
+
++#ifdef __NetBSD__
++/* This is really Heimdal specific, but . . . */
++#include <gssapi/gssapi.h>
++#include <krb5/krb5.h>
++#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE
++#else
+ #define PROTOTYPE(x) x
+ #include <gssapi/gssapi_generic.h>
+ #include <gssapi/gssapi_krb5.h>
++#endif
+
+
+ long kerberos_server_valid (void);