diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-12-21 09:45:30 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-12-21 09:45:30 +0000 |
commit | 064177c3a9a89eb3849238a659989e00f7a0dd8d (patch) | |
tree | ae55bd08417aab46e2a5a11ea18fb03eea876f7c /mail/perdition | |
parent | 3dd4ec64610bf36490a402694205a625acbc5b10 (diff) | |
download | ports-064177c3a9a89eb3849238a659989e00f7a0dd8d.tar.gz ports-064177c3a9a89eb3849238a659989e00f7a0dd8d.zip |
Fix build on -current: #include <stddef.h> for size_t definition.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=71752
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-ak b/mail/perdition/files/patch-ak new file mode 100644 index 000000000000..9e4e3f3490a2 --- /dev/null +++ b/mail/perdition/files/patch-ak @@ -0,0 +1,11 @@ +--- perdition/pam.h.orig Sat Dec 21 01:36:10 2002 ++++ perdition/pam.h Sat Dec 21 01:36:12 2002 +@@ -37,6 +37,8 @@ + + #ifdef WITH_PAM_SUPPORT + ++#include <stddef.h> ++ + #ifdef HAVE_SECURITY_PAM_MISC_H + #include <security/pam_misc.h> + #endif /* HAVE_SECURITY_PAM_MISC_H */ |