summaryrefslogtreecommitdiffstats
path: root/mail/perdition
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2002-12-21 09:45:30 +0000
committeranholt <anholt@FreeBSD.org>2002-12-21 09:45:30 +0000
commit6f06b9d8d472a9f2608de605a1578e3f9ffeca3e (patch)
tree6a1f66e2e0efa5dde66e5093b610beade81ad486 /mail/perdition
parent09654224df01414e6ea44ece3de4d84f9cb3ad45 (diff)
downloadFreeBSD-ports-6f06b9d8d472a9f2608de605a1578e3f9ffeca3e.zip
FreeBSD-ports-6f06b9d8d472a9f2608de605a1578e3f9ffeca3e.tar.gz
Fix build on -current: #include <stddef.h> for size_t definition.
Submitted by: bento
Diffstat (limited to 'mail/perdition')
-rw-r--r--mail/perdition/files/patch-ak11
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 0000000..9e4e3f3
--- /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 */
OpenPOWER on IntegriCloud