diff options
| author | Ross Burton <ross@openedhand.com> | 2008-02-11 22:11:12 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-02-11 22:11:12 +0000 |
| commit | 162f879a0c74aa46fe890022af300381e6ed3cc6 (patch) | |
| tree | 35f750e6e939506c469623d20e43a215aa45d48f /meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch | |
| parent | c490cc596a503a4e3935e13a407406636a3df15d (diff) | |
| download | poky-162f879a0c74aa46fe890022af300381e6ed3cc6.tar.gz | |
Patch re-jiggle to remove unused and duplicates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3767 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch')
| -rw-r--r-- | meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch b/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch deleted file mode 100644 index dca88fba92..0000000000 --- a/meta/packages/xorg-lib/files/fix-utf8-wrong-define.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 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 | |||
