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-ag | |
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-ag')
-rw-r--r-- | graphics/xli/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xli/patch-ag b/graphics/xli/patch-ag new file mode 100644 index 0000000000..7c0db75567 --- /dev/null +++ b/graphics/xli/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 { |