diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:53:30 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-21 22:53:30 +0200 |
commit | 3331da719022349c55f7a49f9aebbebe2f9a96b2 (patch) | |
tree | 15f88c8fadcd720c644897db1c6105a0cac7134c /community/py-numpy/numpy-1.11.0-musl.patch | |
parent | 1bf5e66e2789d0d66389b1f1db038acd5594ce35 (diff) | |
download | aports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.bz2 aports-3331da719022349c55f7a49f9aebbebe2f9a96b2.tar.xz |
testing/py-numpy: move to community
Diffstat (limited to 'community/py-numpy/numpy-1.11.0-musl.patch')
-rw-r--r-- | community/py-numpy/numpy-1.11.0-musl.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/py-numpy/numpy-1.11.0-musl.patch b/community/py-numpy/numpy-1.11.0-musl.patch new file mode 100644 index 0000000000..da289f6407 --- /dev/null +++ b/community/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 |