diff options
author | clement <clement@FreeBSD.org> | 2008-01-30 04:24:46 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-01-30 04:24:46 +0800 |
commit | 7f585eb984b59852d7b437e6d7cc03f932bb8b51 (patch) | |
tree | a0b37b577ea1dacc2f20796f940c20c996a3e978 /www | |
parent | a8059492099bdf1736e42cd8d9bef566076fcb22 (diff) | |
download | freebsd-ports-gnome-7f585eb984b59852d7b437e6d7cc03f932bb8b51.tar.gz freebsd-ports-gnome-7f585eb984b59852d7b437e6d7cc03f932bb8b51.tar.zst freebsd-ports-gnome-7f585eb984b59852d7b437e6d7cc03f932bb8b51.zip |
- This time, really add the patch
- Fix build on >= 7.0
Spotted by: erwin
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_kerb/files/patch-spnegokrb5__spnegokrb5_locl.h | 10 | ||||
-rw-r--r-- | www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www/mod_auth_kerb/files/patch-spnegokrb5__spnegokrb5_locl.h b/www/mod_auth_kerb/files/patch-spnegokrb5__spnegokrb5_locl.h new file mode 100644 index 000000000000..4233afc2a435 --- /dev/null +++ b/www/mod_auth_kerb/files/patch-spnegokrb5__spnegokrb5_locl.h @@ -0,0 +1,10 @@ +--- spnegokrb5/spnegokrb5_locl.h.orig 2008-01-27 20:59:03.000000000 +0000 ++++ spnegokrb5/spnegokrb5_locl.h 2008-01-27 20:59:19.000000000 +0000 +@@ -1,6 +1,7 @@ + #include <stdlib.h> + #include <errno.h> + #include <string.h> ++#include <sys/types.h> + + #include "config.h" + diff --git a/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h b/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h new file mode 100644 index 000000000000..4233afc2a435 --- /dev/null +++ b/www/mod_auth_kerb2/files/patch-spnegokrb5__spnegokrb5_locl.h @@ -0,0 +1,10 @@ +--- spnegokrb5/spnegokrb5_locl.h.orig 2008-01-27 20:59:03.000000000 +0000 ++++ spnegokrb5/spnegokrb5_locl.h 2008-01-27 20:59:19.000000000 +0000 +@@ -1,6 +1,7 @@ + #include <stdlib.h> + #include <errno.h> + #include <string.h> ++#include <sys/types.h> + + #include "config.h" + |