From 5af0fbd0e8cecd47fed440aded7f98bd14daa97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AFkel=20Gu=C3=A9mar?= Date: Thu, 11 Sep 2014 12:32:15 +0200 Subject: [PATCH] drop unused patches --- msgpack-python-0.1.9-endian.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 msgpack-python-0.1.9-endian.patch diff --git a/msgpack-python-0.1.9-endian.patch b/msgpack-python-0.1.9-endian.patch deleted file mode 100644 index bdd6c40..0000000 --- a/msgpack-python-0.1.9-endian.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up msgpack-python-0.1.9/msgpack/pack_template.h.endian msgpack-python-0.1.9/msgpack/pack_template.h ---- msgpack-python-0.1.9/msgpack/pack_template.h.endian 2011-07-12 14:37:47.000000000 +0200 -+++ msgpack-python-0.1.9/msgpack/pack_template.h 2011-07-12 14:38:10.000000000 +0200 -@@ -21,7 +21,7 @@ - #define TAKE8_16(d) ((uint8_t*)&d)[0] - #define TAKE8_32(d) ((uint8_t*)&d)[0] - #define TAKE8_64(d) ((uint8_t*)&d)[0] --#elif __BIG_ENDIAN__ -+#else /* __BIG_ENDIAN__ */ - #define TAKE8_8(d) ((uint8_t*)&d)[0] - #define TAKE8_16(d) ((uint8_t*)&d)[1] - #define TAKE8_32(d) ((uint8_t*)&d)[3]