diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-20 03:24:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-20 03:24:10 +0000 |
commit | 6cd83c5560323a5aecf072a2c2714f6cba58d3f3 (patch) | |
tree | 4c25d5e6fc2a1e0658166919897b19896e949ff5 /mail/Pantomime | |
parent | 11c57ef03e46819dee8322f72c711349d12d50d8 (diff) | |
download | pkgsrc-6cd83c5560323a5aecf072a2c2714f6cba58d3f3.tar.gz |
Fix errno.
Diffstat (limited to 'mail/Pantomime')
-rw-r--r-- | mail/Pantomime/distinfo | 3 | ||||
-rw-r--r-- | mail/Pantomime/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/mail/Pantomime/distinfo b/mail/Pantomime/distinfo index 5736dc5718d..53b12e434e7 100644 --- a/mail/Pantomime/distinfo +++ b/mail/Pantomime/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 09:59:20 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/01/20 03:24:10 joerg Exp $ SHA1 (Pantomime-1.1.2.tar.gz) = 06755835a74ff3686eca35ba5169722f17cf968e RMD160 (Pantomime-1.1.2.tar.gz) = 2d6a3bf2c5e1cd146ba3f72ac69970ed6b5ee999 Size (Pantomime-1.1.2.tar.gz) = 394509 bytes +SHA1 (patch-aa) = ef93a034eb706006ae9c7f0b6f393d8117656129 diff --git a/mail/Pantomime/patches/patch-aa b/mail/Pantomime/patches/patch-aa new file mode 100644 index 00000000000..67c24875b7c --- /dev/null +++ b/mail/Pantomime/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2006/01/20 03:24:10 joerg Exp $ + +--- Headers/Pantomime/elm_lib.h.orig 2006-01-20 03:19:01.000000000 +0000 ++++ Headers/Pantomime/elm_lib.h +@@ -69,8 +69,8 @@ int elm_access P_((const char *, int)); + + + /* errno.c */ ++#include <errno.h> + +-extern int errno; + #ifndef STRERROR + char *strerror P_((int)); + #endif |