diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 15:08:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 07:28:01 +0200 |
commit | e1aac7076a2f1a9acdeb9e7f1ee97b09102b66a0 (patch) | |
tree | dc8960895a2fcbfaa3ff0c93cc2e210cd9418d5a /recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch | |
parent | ef9813dfa32794cf492c07a0905a6441a4a53bc4 (diff) |
xorg-lib: move older not pinned versions to obsolete dir
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch')
-rw-r--r-- | recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch b/recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch deleted file mode 100644 index a098db1941..0000000000 --- a/recipes/xorg-lib/libx11/fix-utf8-wrong-define.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- libX11-X11R7.0-1.0.0/include/X11/Xlib.h~fix-utf8-wrong-define -+++ libX11-X11R7.0-1.0.0/include/X11/Xlib.h -@@ -103,7 +103,7 @@ - - /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in - November 2000. Its presence is indicated through the following macro. */ --#define X_HAVE_UTF8_STRING 1 -+#undef X_HAVE_UTF8_STRING - - typedef char *XPointer; - |