summaryrefslogtreecommitdiff
path: root/graphics/xli
diff options
context:
space:
mode:
authorfredb <fredb>2003-06-14 17:50:56 +0000
committerfredb <fredb>2003-06-14 17:50:56 +0000
commit7a37733642805c322820430a62aaa1ef4ce04c40 (patch)
tree425b88eaa21a420b3fc0e19ac563498945316443 /graphics/xli
parent87cef2214322ee493aa4b4cf27f4dd6e89e95578 (diff)
downloadpkgsrc-7a37733642805c322820430a62aaa1ef4ce04c40.tar.gz
Elide a bogus include of <varargs.h>, so that this will compile under
gcc-3.3.
Diffstat (limited to 'graphics/xli')
-rw-r--r--graphics/xli/distinfo3
-rw-r--r--graphics/xli/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo
index 9abc83d2297..a293d72056a 100644
--- a/graphics/xli/distinfo
+++ b/graphics/xli/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2002/03/14 05:23:03 fredb Exp $
+$NetBSD: distinfo,v 1.9 2003/06/14 17:50:56 fredb Exp $
SHA1 (xli.1.16.tar.gz) = ee1f390bacc94760ee5ae83c3c979d4c01eb7986
Size (xli.1.16.tar.gz) = 287692 bytes
@@ -6,3 +6,4 @@ SHA1 (xli-png.tar.gz) = 18ae7d10c31b68be3f978cfa137f5cbad706cfd1
Size (xli-png.tar.gz) = 6393 bytes
SHA1 (patch-aa) = 0e9bbf5d290db20d67e34f59ce63cf5c78b44ed6
SHA1 (patch-ab) = 6aaeb485e6bc59f486c4cc1534f03bfa47587441
+SHA1 (patch-ac) = fc3a9f5b78391f95ef30adcf9aaacaba3019a4ac
diff --git a/graphics/xli/patches/patch-ac b/graphics/xli/patches/patch-ac
new file mode 100644
index 00000000000..27a736c793e
--- /dev/null
+++ b/graphics/xli/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2003/06/14 17:50:56 fredb Exp $
+
+--- rlelib.c.orig 1993-07-23 03:18:45.000000000 -0500
++++ rlelib.c
+@@ -12,7 +12,6 @@
+ */
+
+ #include "xli.h"
+-#include <varargs.h>
+ #include <ctype.h>
+ #include "rle.h"
+