From 68469903d67ebeebfe3b24e36bef8dc493d64785 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 15 Nov 2002 19:56:05 +0000 Subject: Apply a patch to avoid coredump on platforms where sizeof(int) != sizeof(long). Obtained from; [ruby-list:36492] --- mail/rubygem-tmail/files/patch-mails.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/rubygem-tmail/files/patch-mails.c (limited to 'mail/rubygem-tmail/files/patch-mails.c') diff --git a/mail/rubygem-tmail/files/patch-mails.c b/mail/rubygem-tmail/files/patch-mails.c new file mode 100644 index 000000000000..75d704eda870 --- /dev/null +++ b/mail/rubygem-tmail/files/patch-mails.c @@ -0,0 +1,11 @@ +--- packages/tmail/ext/tmail/mails/mails.c.orig Sun Nov 10 23:18:39 2002 ++++ packages/tmail/ext/tmail/mails/mails.c Sat Nov 16 04:55:28 2002 +@@ -58,7 +58,7 @@ + + static VALUE + mails_s_new(klass, str, ident, cmt) +- VALUE klass; ++ VALUE klass, str, ident, cmt; + { + struct scanner *sc; + const char *tmp; -- cgit v1.2.3