summaryrefslogtreecommitdiff
path: root/mail/pine/patches/patch-ae
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-07-18 14:18:48 +0000
committerabs <abs@pkgsrc.org>2002-07-18 14:18:48 +0000
commit29c5df047ae7d5ce7b93ffbd90620b9b7afa0545 (patch)
treecc8f91d9f7d961edcf2fd44c32b05253b15ecb3a /mail/pine/patches/patch-ae
parent285b3ac29464d7d05b0c30047f6a4d1563448823 (diff)
downloadpkgsrc-29c5df047ae7d5ce7b93ffbd90620b9b7afa0545.tar.gz
Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.
Diffstat (limited to 'mail/pine/patches/patch-ae')
-rw-r--r--mail/pine/patches/patch-ae9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/pine/patches/patch-ae b/mail/pine/patches/patch-ae
new file mode 100644
index 00000000000..0dabdafb860
--- /dev/null
+++ b/mail/pine/patches/patch-ae
@@ -0,0 +1,9 @@
+--- pine/osdep/os-lnx.h.orig Mon Jul 8 14:38:13 2002
++++ pine/osdep/os-lnx.h Mon Jul 8 14:39:12 2002
+@@ -283,5 +283,6 @@
+ #define MAX_ADDR_EXPN (1000) /* Longest expanded addr */
+ #define MAX_ADDR_FIELD (10000) /* Longest fully-expanded addr field */
+
++#include <sys/time.h> /* Needed by gettimeofday */
+
+ #endif /* _OS_INCLUDED */