diff options
author | Leonard Schmidt <lems@gmx.net> | 2014-08-14 22:42:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:32 +0700 |
commit | 1c650c30bc1f11d66d1859d7432051d4f80d5450 (patch) | |
tree | ca65f3b33f63f5d2bd301cf6f3f79033e118e30d /graphics/xli/patch-ah | |
parent | af741c4e20fb394b1a7bb26fa45c757f4baade1a (diff) | |
download | slackbuilds-1c650c30bc1f11d66d1859d7432051d4f80d5450.tar.gz |
graphics/xli: Added (X11 Image Loading Utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/xli/patch-ah')
-rw-r--r-- | graphics/xli/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xli/patch-ah b/graphics/xli/patch-ah new file mode 100644 index 0000000000..408fcae66b --- /dev/null +++ b/graphics/xli/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]; |