summaryrefslogtreecommitdiffstats
path: root/main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2013-06-05 07:43:06 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2013-06-05 07:43:06 +0000
commite3f7797be741908e9adee8c8c788dbf6d575a140 (patch)
tree2eeaa79187a40ac6969a02b97a1875b3797d00a5 /main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch
parent73d4342a55fe1b676a8931710cdd5685bd57479b (diff)
downloadaports-e3f7797be741908e9adee8c8c788dbf6d575a140.tar.bz2
aports-e3f7797be741908e9adee8c8c788dbf6d575a140.tar.xz
main/apache-mod-auth-kerb: moved from main
Diffstat (limited to 'main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch')
-rw-r--r--main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch b/main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch
new file mode 100644
index 000000000..f3230881d
--- /dev/null
+++ b/main/apache-mod-auth-kerb/mod_auth_kerb_compile.patch
@@ -0,0 +1,10 @@
+--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2008-12-04 03:14:03.000000000 -0700
++++ mod_auth_kerb-5.4a/src/mod_auth_kerb.c 2011-01-25 17:35:31.466666669 -0700
+@@ -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>