summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-11-30 11:12:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-11-30 11:12:05 +0000
commit72eb154eb9bbc543ded7af5b3ddbfcf0763f1cff (patch)
tree70da8c44d21358ed0404b8b42034b4d61b2d2b15 /net-mail/ezmlm/files
parentfix bug 33745 and heads/tails stuff (diff)
downloadgentoo-2-72eb154eb9bbc543ded7af5b3ddbfcf0763f1cff.tar.gz
gentoo-2-72eb154eb9bbc543ded7af5b3ddbfcf0763f1cff.tar.bz2
gentoo-2-72eb154eb9bbc543ded7af5b3ddbfcf0763f1cff.zip
fix bug 33745 and heads/tails stuff
Diffstat (limited to 'net-mail/ezmlm/files')
-rw-r--r--net-mail/ezmlm/files/digest-ezmlm-0.53-r12
-rw-r--r--net-mail/ezmlm/files/ezmlm-0.53-gcc33.patch11
2 files changed, 13 insertions, 0 deletions
diff --git a/net-mail/ezmlm/files/digest-ezmlm-0.53-r1 b/net-mail/ezmlm/files/digest-ezmlm-0.53-r1
new file mode 100644
index 000000000000..67e005469344
--- /dev/null
+++ b/net-mail/ezmlm/files/digest-ezmlm-0.53-r1
@@ -0,0 +1,2 @@
+MD5 108c632caaa8cdbfd3041e6c449191b2 ezmlm-0.53.tar.gz 62693
+MD5 ca59b5e366c38d4c23e7c52478625a86 ezmlm-0.53-ia64.patch 4403
diff --git a/net-mail/ezmlm/files/ezmlm-0.53-gcc33.patch b/net-mail/ezmlm/files/ezmlm-0.53-gcc33.patch
new file mode 100644
index 000000000000..9ab46890d079
--- /dev/null
+++ b/net-mail/ezmlm/files/ezmlm-0.53-gcc33.patch
@@ -0,0 +1,11 @@
+diff -uwrbB -X list ezmlm-0.53.orig/log.h ezmlm-0.53/log.h
+--- ezmlm-0.53.orig/log.h 2003-11-30 03:25:29.000000000 -0800
++++ ezmlm-0.53/log.h 2003-11-30 03:22:16.000000000 -0800
+@@ -1,6 +1,6 @@
+ #ifndef LOG_H
+ #define LOG_H
+
+-extern void log();
++extern void log(char * event,char * addr);
+
+ #endif