diff options
author | markd <markd> | 2011-01-25 11:17:43 +0000 |
---|---|---|
committer | markd <markd> | 2011-01-25 11:17:43 +0000 |
commit | 8c69b5d0c35fdef7c6dcc8b609dfbc16404dbd5c (patch) | |
tree | 8afe96e59f2c55ae2d131b391b2da8d1ad125db3 /www/ap-auth-kerb | |
parent | af3e9a1b53867ca75b26c6d24f18da690e2aac21 (diff) | |
download | pkgsrc-8c69b5d0c35fdef7c6dcc8b609dfbc16404dbd5c.tar.gz |
recent heimdal's dont implicitly include mech headers
so include explicitly.
Diffstat (limited to 'www/ap-auth-kerb')
-rw-r--r-- | www/ap-auth-kerb/distinfo | 3 | ||||
-rw-r--r-- | www/ap-auth-kerb/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/www/ap-auth-kerb/distinfo b/www/ap-auth-kerb/distinfo index 62e2e8584ce..e9dde658411 100644 --- a/www/ap-auth-kerb/distinfo +++ b/www/ap-auth-kerb/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/08/18 23:10:49 minskim Exp $ +$NetBSD: distinfo,v 1.4 2011/01/25 11:17:43 markd Exp $ SHA1 (mod_auth_kerb-5.4.tar.gz) = 22673081419bc2e98789fe2f998968c0cf10c2d4 RMD160 (mod_auth_kerb-5.4.tar.gz) = 13bebc9f5b77b11b1a3cd3a1197a7535e541037c Size (mod_auth_kerb-5.4.tar.gz) = 93033 bytes +SHA1 (patch-aa) = e261b01d3e97e1f382b1269c7fb1032a58891708 diff --git a/www/ap-auth-kerb/patches/patch-aa b/www/ap-auth-kerb/patches/patch-aa new file mode 100644 index 00000000000..4f24da461f4 --- /dev/null +++ b/www/ap-auth-kerb/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2011/01/25 11:17:43 markd Exp $ + +recent heimdal's dont implicitly include mech headers +so include explicitly. + +--- src/mod_auth_kerb.c.orig 2008-12-04 10:14:03.000000000 +0000 ++++ src/mod_auth_kerb.c +@@ -89,6 +89,7 @@ + #include <krb5.h> + #ifdef HEIMDAL + # include <gssapi.h> ++# include <gssapi/gssapi_krb5.h> + #else + # include <gssapi/gssapi.h> + # include <gssapi/gssapi_generic.h> |