summaryrefslogtreecommitdiff
path: root/packages/xorg-lib/libx11/xchar2b.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xorg-lib/libx11/xchar2b.patch')
-rw-r--r--packages/xorg-lib/libx11/xchar2b.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/xorg-lib/libx11/xchar2b.patch b/packages/xorg-lib/libx11/xchar2b.patch
deleted file mode 100644
index 31da58fa5c..0000000000
--- a/packages/xorg-lib/libx11/xchar2b.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://www.koka-in.org/~kensyu/zaurus/diary/20030618.html
-
---- /tmp/Xlib.h 2006-12-01 14:40:27.000000000 +0100
-+++ libX11-X11R7.1-1.0.1/include/X11/Xlib.h 2006-12-01 14:40:56.948254000 +0100
-@@ -1067,7 +1067,7 @@
- typedef struct { /* normal 16 bit characters are two bytes */
- unsigned char byte1;
- unsigned char byte2;
--} XChar2b;
-+} __attribute__ ((packed)) XChar2b;
-
- typedef struct {
- XChar2b *chars; /* two byte characters */