summaryrefslogtreecommitdiff
path: root/x11/xloadimage
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-10-23 02:29:44 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-10-23 02:29:44 +0000
commit4cae726e0c25828057079bcdf5a19b57f2ffc1e2 (patch)
tree856fcd7b1362c226f3b4e7ee713504f3938ea9e7 /x11/xloadimage
parentPort to amd64, and hopefully ia64 and sparc64 at the same time. (diff)
Unbreak for gcc-3.3 where #include <varargs.h> is a fatal error. varargs
wasn't even used here....
Notes
Notes: svn path=/head/; revision=91924
Diffstat (limited to 'x11/xloadimage')
-rw-r--r--x11/xloadimage/files/patch-rlelib.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xloadimage/files/patch-rlelib.c b/x11/xloadimage/files/patch-rlelib.c
new file mode 100644
index 000000000000..7a11550ed960
--- /dev/null
+++ b/x11/xloadimage/files/patch-rlelib.c
@@ -0,0 +1,10 @@
+--- rlelib.c.base Wed Oct 22 17:20:09 2003
++++ rlelib.c Wed Oct 22 17:18:30 2003
+@@ -12,7 +12,6 @@
+
+ #include <stdio.h>
+ #include <math.h>
+-#include <varargs.h>
+ #include <ctype.h>
+
+ #include "image.h" /* need ZFILE definition */