diff options
Diffstat (limited to 'testing/py-numpy/numpy-1.11.0-musl.patch')
-rw-r--r-- | testing/py-numpy/numpy-1.11.0-musl.patch | 9 |
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 |