diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 00:48:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 00:48:36 +0000 |
commit | f32bce92a6ac4579d65158d43ac84332e5c636eb (patch) | |
tree | e872e19718a889f050904296268b16cbd67340c9 /graphics | |
parent | 567da488c8fc7c4667979d8b12bf9b0c0f4f56ba (diff) | |
download | pkgsrc-f32bce92a6ac4579d65158d43ac84332e5c636eb.tar.gz |
Fix errno.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/distinfo | 4 | ||||
-rw-r--r-- | graphics/xli/patches/patch-ag | 13 | ||||
-rw-r--r-- | graphics/xli/patches/patch-ah | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index 606341e8bb9..1d9a440b889 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2005/10/30 17:58:58 salo Exp $ +$NetBSD: distinfo,v 1.19 2006/01/12 00:48:36 joerg Exp $ SHA1 (xli-2005-02-27.tar.gz) = 977d8ece0edd41f3ec606310496cf3231f046d88 RMD160 (xli-2005-02-27.tar.gz) = fc83fa5173befa73a0eeb56ad323dad148ef1426 @@ -9,3 +9,5 @@ SHA1 (patch-ac) = b4fca6bc9c198728aa3adc0a9f8afaf5be5a004a SHA1 (patch-ad) = d47bc23051b9e75d265a413fdbde1c5bb9d747de SHA1 (patch-ae) = 9085d53b8823ec0ce42dc8072f74e97763abc86b SHA1 (patch-af) = e6d762b19dc82377727f045b731b40c04afefe11 +SHA1 (patch-ag) = 4083e488fed49f98f8c9b57ba4cb9b9295d1d5e0 +SHA1 (patch-ah) = 963022472f8c90788197780560a7f833d745ab6b diff --git a/graphics/xli/patches/patch-ag b/graphics/xli/patches/patch-ag new file mode 100644 index 00000000000..7c0db755679 --- /dev/null +++ b/graphics/xli/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2006/01/12 00:48:36 joerg Exp $ + +--- imagetypes.c.orig 2006-01-12 00:41:30.000000000 +0000 ++++ imagetypes.c +@@ -13,8 +13,6 @@ + #include "imagetypes.h" + #include <errno.h> + +-extern int errno; +- + /* some of these are order-dependent */ + + static struct { diff --git a/graphics/xli/patches/patch-ah b/graphics/xli/patches/patch-ah new file mode 100644 index 00000000000..408fcae66be --- /dev/null +++ b/graphics/xli/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $ + +--- path.c.orig 2006-01-12 00:44:46.000000000 +0000 ++++ path.c +@@ -18,8 +18,6 @@ + #endif + #include <errno.h> + +-extern int errno; +- + static unsigned int NumPaths = 0; + static unsigned int NumExts = 0; + static char *Paths[BUFSIZ]; |