From abf2fe8dfdd767f801a9b922aedd50585fd98420 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 11 May 2021 12:41:05 +0700 Subject: development/MySQL-python: Updated for version 1.2.5. Signed-off-by: Willy Sudiarto Raharjo --- ...ySQL-python-1.2.4-include-my_config-first.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 development/MySQL-python/patches/MySQL-python-1.2.4-include-my_config-first.patch (limited to 'development/MySQL-python/patches/MySQL-python-1.2.4-include-my_config-first.patch') diff --git a/development/MySQL-python/patches/MySQL-python-1.2.4-include-my_config-first.patch b/development/MySQL-python/patches/MySQL-python-1.2.4-include-my_config-first.patch deleted file mode 100644 index 81d2041f47..0000000000 --- a/development/MySQL-python/patches/MySQL-python-1.2.4-include-my_config-first.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Naur MySQL-python-1.2.4.orig/_mysql.c MySQL-python-1.2.4/_mysql.c ---- MySQL-python-1.2.4.orig/_mysql.c 2013-01-01 17:18:48.000000000 +0100 -+++ MySQL-python-1.2.4/_mysql.c 2014-11-07 20:25:20.483927425 +0100 -@@ -26,6 +26,14 @@ - PERFORMANCE OF THIS SOFTWARE. - */ - -+#if defined(MS_WINDOWS) -+#include -+#else -+#include "my_config.h" -+#endif -+#include "mysql.h" -+#include "mysqld_error.h" -+#include "errmsg.h" - #include "Python.h" - #if PY_MAJOR_VERSION >= 3 - #define IS_PY3K -@@ -38,14 +46,6 @@ - #endif - #include "pymemcompat.h" - #include "structmember.h" --#if defined(MS_WINDOWS) --#include --#else --#include "my_config.h" --#endif --#include "mysql.h" --#include "mysqld_error.h" --#include "errmsg.h" - - #if PY_VERSION_HEX < 0x02020000 - # define MyTuple_Resize(t,n,d) _PyTuple_Resize(t, n, d) -- cgit v1.2.3