summarylogtreecommitdiffstats
path: root/bpo-11566.patch
diff options
context:
space:
mode:
authorMichel Zou2018-10-31 18:18:49 +0100
committerMichel Zou2018-10-31 18:18:49 +0100
commit5935e4a8e20d2226cc00859c84dc808b40cf8903 (patch)
tree107513f4a30b4f8f76c00790a28929b0ce361890 /bpo-11566.patch
parentf311ff549f3911a9f1d42b6185ce550589d1a5c2 (diff)
downloadaur-5935e4a8e20d2226cc00859c84dc808b40cf8903.tar.gz
bpo-11566
Diffstat (limited to 'bpo-11566.patch')
-rw-r--r--bpo-11566.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/bpo-11566.patch b/bpo-11566.patch
new file mode 100644
index 000000000000..056f87ccd9c2
--- /dev/null
+++ b/bpo-11566.patch
@@ -0,0 +1,10 @@
+--- a/PC/pyconfig.h.orig 2018-10-31 18:10:31.305748749 +0100
++++ b/PC/pyconfig.h 2018-10-31 18:10:48.242416545 +0100
+@@ -282,7 +282,6 @@
+ #endif
+
+ #define COMPILER "[gcc]"
+-#define hypot _hypot
+ #define PY_LONG_LONG long long
+ #define PY_LLONG_MIN LLONG_MIN
+ #define PY_LLONG_MAX LLONG_MAX