From dbb86f8445512f95d9dc3cbbdf935901fe2e04b9 Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Tue, 15 Nov 2011 12:58:36 -0800 Subject: libx11-diet: update to 1.4.4 I remove patch "nodolt.patch" because it is no use in the new version \ and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. Signed-off-by: Xiaofeng Yan Signed-off-by: Richard Purdie --- .../xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff') diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff b/meta/recipes-graphics/xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff deleted file mode 100644 index 7dcdd6af2..000000000 --- a/meta/recipes-graphics/xorg-lib/libx11-diet-1.3/fix-disable-xlocale.diff +++ /dev/null @@ -1,16 +0,0 @@ -Upstream-Status: Pending - ---- libX11-X11R7.0-1.0.0/src/Font.c.orig 2006-03-12 18:35:42.000000000 +0100 -+++ libX11-X11R7.0-1.0.0/src/Font.c 2006-03-12 18:40:27.000000000 +0100 -@@ -701,7 +701,11 @@ - } - if (l - 2 - (p - charset) < 0) - return 0; -+#ifdef XLOCALE - if (_XlcNCompareISOLatin1(name + l - 2 - (p - charset), charset, p - charset)) -+#else -+ if (strncasecmp(name + l - 2 - (p - charset), charset, p - charset)) -+#endif - return 0; - if (strlen(p + 1) + l - 1 >= sizeof(buf) - 1) - return 0; -- cgit v1.2.3