diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:06:56 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:06:56 +0100 |
commit | c10f2d9b183c51fddfcb61024d01a5bd21197694 (patch) | |
tree | be05642071d1d25f7bd6a17684a76bd9bdfde63c /testing/py3-m2crypto | |
parent | 47d62840a0a17ab1d9abf62acd4542370fe5b7ad (diff) | |
download | aports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.bz2 aports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.xz |
Remove stale patches from testing
Diffstat (limited to 'testing/py3-m2crypto')
-rw-r--r-- | testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch b/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch deleted file mode 100644 index a31e86e302..0000000000 --- a/testing/py3-m2crypto/m2crypto-0.30.1-gcc_macros.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -up M2Crypto-0.30.1/SWIG/_m2crypto.i.gcc_macros M2Crypto-0.30.1/SWIG/_m2crypto.i ---- M2Crypto-0.30.1/SWIG/_m2crypto.i.gcc_macros 2018-02-24 14:54:59.000000000 +0100 -+++ M2Crypto-0.30.1/SWIG/_m2crypto.i 2018-05-19 06:07:31.032986837 +0200 -@@ -7,6 +7,7 @@ - * Copyright (c) 2009-2010 Heikki Toivonen. All rights reserved. - * - */ -+%import "gcc_macros.h" - - %module(threads=1) m2crypto - /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere. -@@ -15,11 +16,6 @@ - %nothreadblock; - %nothreadallow; - --#if SWIG_VERSION >= 0x030000 --#define __WCHAR_MAX__ __WCHAR_MAX --#define __WCHAR_MIN__ __WCHAR_MIN --#endif -- - %{ - #ifdef _WIN32 - #define _WINSOCKAPI_ |