summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pytables/patches/patch-ab')
-rw-r--r--math/py-pytables/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/py-pytables/patches/patch-ab b/math/py-pytables/patches/patch-ab
deleted file mode 100644
index 38f9f83ed7d..00000000000
--- a/math/py-pytables/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/07/09 15:51:44 recht Exp $
-
---- src/hdf5Extension.c.orig 2004-03-09 09:30:37.000000000 +0100
-+++ src/hdf5Extension.c
-@@ -8,7 +8,7 @@
- #include "stdio.h"
- #include "string.h"
- #include "numarray/numarray.h"
--#include "numarray/libnumarray.h"
-+#include "numarray/libnumarray.h"
- #include "hdf5.h"
- #include "H5LT.h"
- #include "H5ARRAY.h"
-@@ -10170,7 +10170,7 @@ DL_EXPORT(void) inithdf5Extension(void)
- __pyx_L3:;
-
- /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":213 */
-- import_array();
-+ import_libnumarray();
-
- /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":217 */
- __pyx_3 = __Pyx_GetName(__pyx_m, "records"); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 217; goto __pyx_L1;}