From d4e56ff4dc8a0528550eb8503956bdcddb2fe516 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 30 Jun 2008 12:55:29 +0000 Subject: packages: fix xorg to compile modular and tiny versions Based on googlecode r558 by John Voltz. --- package/xorg/xorg-uclibc.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 package/xorg/xorg-uclibc.patch (limited to 'package/xorg/xorg-uclibc.patch') diff --git a/package/xorg/xorg-uclibc.patch b/package/xorg/xorg-uclibc.patch deleted file mode 100644 index 23b8b5fc0..000000000 --- a/package/xorg/xorg-uclibc.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- xc/programs/xfs/os/config.c.orig 2005-04-26 03:13:52.000000000 -0600 -+++ xc/programs/xfs/os/config.c 2005-04-26 03:14:09.000000000 -0600 -@@ -665,6 +665,8 @@ - val = config_parse_int (val, &ret, &scan); - if (ret == -1) - return val; -+#ifdef SNFFORMAT - SnfSetFormat (bit, byte, glyph, scan); -+#endif - return val; - } ---- xc/fonts/util/ucs2any.c 2004-03-04 17:46:21.000000000 +0000 -+++ xc/fonts/util/ucs2any.c 2004-09-11 12:49:37.000000000 +0000 -@@ -61,17 +61,6 @@ - /* global variable for argv[0] */ - const char *my_name = NULL; - --#ifdef NEED_BASENAME --static char * --basename(char *pathname) --{ -- char *ptr; -- -- ptr = strrchr(pathname, '/'); -- return ((ptr == NULL) ? pathname : &ptr[1]); --} --#endif -- - /* "CLASS" "z" string and memory manipulation */ - - static void * -- cgit v1.2.3