summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-28 18:10:49 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-28 18:10:49 +0000
commitb15fa911571cc56c7940c79d5e54675b174cda2d (patch)
treeb620d05a6cd816b83cc2043c5f67b0786fc62b12 /x11-libs/xpyb/files
parentVersion bump. (diff)
downloadgentoo-2-b15fa911571cc56c7940c79d5e54675b174cda2d.tar.gz
gentoo-2-b15fa911571cc56c7940c79d5e54675b174cda2d.tar.bz2
gentoo-2-b15fa911571cc56c7940c79d5e54675b174cda2d.zip
Add patch to fix building against xcb-proto-1.9, bug #490884. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/xpyb/files')
-rw-r--r--x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch b/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch
new file mode 100644
index 000000000000..1196741b3cbe
--- /dev/null
+++ b/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch
@@ -0,0 +1,11 @@
+diff -ruN xpyb-1.3.1_ORIG/src/py_client.py xpyb-1.3.1/src/py_client.py
+--- xpyb-1.3.1_ORIG/src/py_client.py 2013-11-17 12:57:05.157530931 +0100
++++ xpyb-1.3.1/src/py_client.py 2013-11-17 12:57:52.221530100 +0100
+@@ -19,6 +19,7 @@
+ 'INT8': 'b', 'int8_t': 'b',
+ 'INT16': 'h', 'int16_t': 'h',
+ 'INT32': 'i', 'int32_t': 'i',
++ 'INT64': 'i', 'int64_t': 'i',
+ 'BYTE': 'B',
+ 'BOOL': 'B',
+ 'char': 'b',