diff options
Diffstat (limited to 'meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch')
-rw-r--r-- | meta/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 deleted file mode 100644 index dca88fba92..0000000000 --- a/meta/packages/xorg-lib/diet-x11/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 | |||