summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/numpy/files/numpy-1.3.0-parisc.patch')
-rw-r--r--dev-python/numpy/files/numpy-1.3.0-parisc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/numpy/files/numpy-1.3.0-parisc.patch b/dev-python/numpy/files/numpy-1.3.0-parisc.patch
deleted file mode 100644
index fd95f28eaee0..000000000000
--- a/dev-python/numpy/files/numpy-1.3.0-parisc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- numpy-1.3.0/numpy/core/include/numpy/npy_cpu.h.orig 2009-04-05 10:09:20.000000000 +0200
-+++ numpy-1.3.0/numpy/core/include/numpy/npy_cpu.h 2009-07-15 17:13:35.000000000 +0200
-@@ -42,8 +42,7 @@
- #define NPY_CPU_S390
- #elif defined(__ia64)
- #define NPY_CPU_IA64
--#elif defined(__parisc__)
-- /* XXX: Not sure about this one... */
-+#elif defined(__hppa__)
- #define NPY_CPU_PARISC
- #else
- #error Unknown CPU, please report this to numpy maintainers with \