diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-15 23:31:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-15 23:31:04 +0000 |
commit | db6ab176cb7c756819df047da22f42a0908e7136 (patch) | |
tree | 1a9a7bab3cbc9008f07f4b859ca5e1428b29d3a6 /chat/gaim | |
parent | a596d03d3f950695192ef57a9231f1f9774d7760 (diff) | |
download | pkgsrc-db6ab176cb7c756819df047da22f42a0908e7136.tar.gz |
Fix errno.
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/distinfo | 3 | ||||
-rw-r--r-- | chat/gaim/patches/patch-ab | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo index 6360526e1f7..f686afb8f50 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.70 2005/08/25 21:30:47 reed Exp $ +$NetBSD: distinfo,v 1.71 2005/12/15 23:31:04 joerg Exp $ SHA1 (gaim-1.5.0.tar.bz2) = a280d005f01be7fa89c9fa210efb86cc6a9eb9c7 RMD160 (gaim-1.5.0.tar.bz2) = 13f74e2d2ed69a775a5884b807c365177455ae0e Size (gaim-1.5.0.tar.bz2) = 6123237 bytes SHA1 (patch-aa) = 555c394dbb4cd9ef4fea621d30ce72baae309067 +SHA1 (patch-ab) = c66e19e0cbc77a703e3137294f145dc5f1223b5a SHA1 (patch-ad) = 20196058071ab85de2537c91bab8ff4aece752f3 diff --git a/chat/gaim/patches/patch-ab b/chat/gaim/patches/patch-ab new file mode 100644 index 00000000000..34e62aa4e12 --- /dev/null +++ b/chat/gaim/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.16 2005/12/15 23:31:04 joerg Exp $ + +--- src/protocols/zephyr/ZLocations.c.orig 2005-12-15 23:15:33.000000000 +0000 ++++ src/protocols/zephyr/ZLocations.c +@@ -20,10 +20,10 @@ static char rcsid_ZLocations_c[] = + + #include "internal.h" + ++#include <errno.h> + #include <pwd.h> + + extern char *getenv(); +-extern int errno; + + Code_t ZSetLocation(exposure) + char *exposure; |