aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy/numpy-1.11.0-musl.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-21 22:53:30 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-21 22:53:30 +0200
commit3331da719022349c55f7a49f9aebbebe2f9a96b2 (patch)
tree15f88c8fadcd720c644897db1c6105a0cac7134c /testing/py-numpy/numpy-1.11.0-musl.patch
parent1bf5e66e2789d0d66389b1f1db038acd5594ce35 (diff)
downloadaports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.bz2
aports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.xz
testing/py-numpy: move to community
Diffstat (limited to 'testing/py-numpy/numpy-1.11.0-musl.patch')
-rw-r--r--testing/py-numpy/numpy-1.11.0-musl.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/py-numpy/numpy-1.11.0-musl.patch b/testing/py-numpy/numpy-1.11.0-musl.patch
deleted file mode 100644
index da289f6407..0000000000
--- a/testing/py-numpy/numpy-1.11.0-musl.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- numpy-1.11.0.orig/numpy/core/src/multiarray/numpyos.c
-+++ numpy-1.11.0/numpy/core/src/multiarray/numpyos.c
-@@ -15,7 +15,7 @@
-
- #ifdef HAVE_STRTOLD_L
- #include <stdlib.h>
--#include <xlocale.h>
-+#include <locale.h>
- #endif