aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-21 02:07:09 +0800
committermarcus <marcus@FreeBSD.org>2004-08-21 02:07:09 +0800
commit2684dfe91a0f3cfd2ef40e840da99fb4a8ee16aa (patch)
tree7fab8fee19f53b3a258e39eb756acd2bca2d1814
parent2c8dd15310e4613051e3bfbbba024b6880fafbf5 (diff)
downloadfreebsd-ports-gnome-2684dfe91a0f3cfd2ef40e840da99fb4a8ee16aa.tar.gz
freebsd-ports-gnome-2684dfe91a0f3cfd2ef40e840da99fb4a8ee16aa.tar.zst
freebsd-ports-gnome-2684dfe91a0f3cfd2ef40e840da99fb4a8ee16aa.zip
Fix the build on 64-bit platforms.
PR: 70739 Submitted by: maintainer
-rw-r--r--mail/mail-notification/files/patch-src::mn-md5.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mail-notification/files/patch-src::mn-md5.c b/mail/mail-notification/files/patch-src::mn-md5.c
new file mode 100644
index 000000000000..2257a736d834
--- /dev/null
+++ b/mail/mail-notification/files/patch-src::mn-md5.c
@@ -0,0 +1,11 @@
+--- src/mn-md5.c.orig Fri Aug 20 19:35:18 2004
++++ src/mn-md5.c Fri Aug 20 19:35:26 2004
+@@ -42,7 +42,7 @@
+ * is a multiple of 4.
+ */
+ static void
+-mn_md5_encode (unsigned char *output, u_int32_t input, unsigned int len)
++mn_md5_encode (unsigned char *output, u_int32_t *input, unsigned int len)
+ {
+ unsigned int i, j;
+