diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
| commit | c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d (patch) | |
| tree | 9173fb365bf861e2337693179c270f81193f41b5 /openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch | |
| parent | 05ff3147c40087edece71449e375cdf588d7a29b (diff) | |
| download | poky-c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d.tar.gz | |
Update xlibs to follow restructuring in OE (in preparation for X11R7)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch')
| -rw-r--r-- | openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch b/openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch new file mode 100644 index 0000000000..dca88fba92 --- /dev/null +++ b/openembedded/packages/xlibs/libx11/fix-utf8-wrong-define.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
| 4 | # | ||
| 5 | |||
| 6 | --- libX11-6.2.1/include/X11/Xlib.h~fix-utf8-wrong-define | ||
| 7 | +++ libX11-6.2.1/include/X11/Xlib.h | ||
| 8 | @@ -100,7 +100,7 @@ | ||
| 9 | |||
| 10 | /* API mentioning "UTF8" or "utf8" is an XFree86 extension, introduced in | ||
| 11 | November 2000. Its presence is indicated through the following macro. */ | ||
| 12 | -#define X_HAVE_UTF8_STRING 1 | ||
| 13 | +#undef X_HAVE_UTF8_STRING | ||
| 14 | |||
| 15 | typedef char *XPointer; | ||
| 16 | |||
