summaryrefslogtreecommitdiff
path: root/package/tinyx/tinyx-build.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-12 22:24:13 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-12 22:24:13 +0000
commit0f481e00328b12a15cd16b9ac1c26647a11a657c (patch)
tree74cb653b488fe69440fc7e8ae795c7e0cfe9634e /package/tinyx/tinyx-build.patch
parentc5c1adc379054204e7fe8a096f0683cf6a2af1ea (diff)
cleanup the tinyx build so it actually has a chance of working.
This gets it so it at least compiles...
Diffstat (limited to 'package/tinyx/tinyx-build.patch')
-rw-r--r--package/tinyx/tinyx-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tinyx/tinyx-build.patch b/package/tinyx/tinyx-build.patch
new file mode 100644
index 000000000..64dbb0c40
--- /dev/null
+++ b/package/tinyx/tinyx-build.patch
@@ -0,0 +1,11 @@
+--- xc-011010/programs/xfs/os/config.c.orig 2001-07-31 18:45:05.000000000 -0600
++++ xc-011010/programs/xfs/os/config.c 2005-05-12 15:51:35.000000000 -0600
+@@ -661,6 +661,8 @@
+ val = config_parse_int (val, &ret, &scan);
+ if (ret == -1)
+ return val;
++#ifdef SNFFORMAT
+ SnfSetFormat (bit, byte, glyph, scan);
++#endif
+ return val;
+ }