summaryrefslogtreecommitdiff
path: root/graphics/xli/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-12 00:48:36 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-12 00:48:36 +0000
commitf32bce92a6ac4579d65158d43ac84332e5c636eb (patch)
treee872e19718a889f050904296268b16cbd67340c9 /graphics/xli/patches
parent567da488c8fc7c4667979d8b12bf9b0c0f4f56ba (diff)
downloadpkgsrc-f32bce92a6ac4579d65158d43ac84332e5c636eb.tar.gz
Fix errno.
Diffstat (limited to 'graphics/xli/patches')
-rw-r--r--graphics/xli/patches/patch-ag13
-rw-r--r--graphics/xli/patches/patch-ah13
2 files changed, 26 insertions, 0 deletions
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];