From ca10363baac7de9581ec90ab47957f973e1dbdc4 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 15 Aug 2006 11:58:37 +0000 Subject: Numerous new xorg package versions from upstream OE. Pester me if any local changes got inadvertantly lost, or if any packages need upgrading. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../xorg-lib/diet-x11/fix-utf8-wrong-define.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch (limited to 'meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch') diff --git a/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch b/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch new file mode 100644 index 000000000..a098db194 --- /dev/null +++ b/meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch @@ -0,0 +1,16 @@ + +# +# 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; + -- cgit v1.2.3