From 1038cfab38ef8fbe3cac2d92df98a240f86995c4 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 21 Aug 2007 01:39:29 +0000 Subject: Reintroduce possibility to use old makefile for tiny-x as a test --- package/tinyx-old/tinyx-build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/tinyx-old/tinyx-build.patch (limited to 'package/tinyx-old/tinyx-build.patch') diff --git a/package/tinyx-old/tinyx-build.patch b/package/tinyx-old/tinyx-build.patch new file mode 100644 index 000000000..64dbb0c40 --- /dev/null +++ b/package/tinyx-old/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; + } -- cgit v1.2.3