aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy/numpy-1.11.0-musl.patch
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2016-03-28 10:48:54 +0200
committerChristian Kampka <christian@kampka.net>2016-03-28 10:48:54 +0200
commit92c47eed2278e37b49d293c4bb3cc43390d41494 (patch)
tree130f76f250cad4451cb48d185eb09f05c4430d04 /testing/py-numpy/numpy-1.11.0-musl.patch
parentaa50c9d2c9b5368cdf3f09561484a958ff921521 (diff)
downloadaports-92c47eed2278e37b49d293c4bb3cc43390d41494.tar.bz2
aports-92c47eed2278e37b49d293c4bb3cc43390d41494.tar.xz
testing/numpy: new upstream version 1.11.0
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, 9 insertions, 0 deletions
diff --git a/testing/py-numpy/numpy-1.11.0-musl.patch b/testing/py-numpy/numpy-1.11.0-musl.patch
new file mode 100644
index 0000000000..da289f6407
--- /dev/null
+++ b/testing/py-numpy/numpy-1.11.0-musl.patch
@@ -0,0 +1,9 @@
+--- 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