summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-14 00:21:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-14 00:21:06 +0800
commit6d42278df8962b55fe632fad1d0cedb9cc3b4b45 (patch)
treeea349cbd4387660efc69ea394cff71cf9b400af8 /mail/evolution/files
parentd18b250a85f20ede915d89a6d95996c0862d994a (diff)
downloadmarcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar.gz
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar.bz2
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar.lz
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar.xz
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.tar.zst
marcuscom-ports-6d42278df8962b55fe632fad1d0cedb9cc3b4b45.zip
Fix pointer truncation on 64-bit platforms by adding some missing headers.
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6434 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-mail_message-list.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-mail_message-list.c b/mail/evolution/files/patch-mail_message-list.c
new file mode 100644
index 000000000..f4c35aae7
--- /dev/null
+++ b/mail/evolution/files/patch-mail_message-list.c
@@ -0,0 +1,16 @@
+--- mail/message-list.c.orig Tue Jun 13 12:19:43 2006
++++ mail/message-list.c Tue Jun 13 12:20:11 2006
+@@ -56,11 +56,13 @@
+ #include "misc/e-gui-utils.h"
+
+ #include "table/e-cell-checkbox.h"
++#include "table/e-cell-hbox.h"
+ #include "table/e-cell-date.h"
+ #include "table/e-cell-size.h"
+ #include "table/e-cell-text.h"
+ #include "table/e-cell-toggle.h"
+ #include "table/e-cell-tree.h"
++#include "table/e-cell-vbox.h"
+ #include "table/e-tree-memory-callbacks.h"
+ #include "table/e-tree-memory.h"
+