diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 23:32:03 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 23:32:03 +0000 |
commit | 3736c8dda619105cbe8908c9a86f4263d610a59e (patch) | |
tree | fd4cdbaa54cab79883da1a961cc078ce7b3cb398 /packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch | |
parent | 271bcb3e87c1c1b8236ccbc7d57f225fe60921b4 (diff) |
xorg-lib: Remove unused patches, combine diet-x11 and libx11 patches into the same place
Diffstat (limited to 'packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch')
-rw-r--r-- | packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch b/packages/xorg-lib/diet-x11/fix-utf8-wrong-define.patch deleted file mode 100644 index a098db1941..0000000000 --- a/packages/xorg-lib/diet-x11/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; - |