summarylogtreecommitdiffstats
path: root/patch-include_2.3.6_med.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'patch-include_2.3.6_med.h.in')
-rw-r--r--patch-include_2.3.6_med.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/patch-include_2.3.6_med.h.in b/patch-include_2.3.6_med.h.in
new file mode 100644
index 000000000000..2602df9f7b9d
--- /dev/null
+++ b/patch-include_2.3.6_med.h.in
@@ -0,0 +1,14 @@
+--- include/2.3.6/med.h.in.orig 2014-10-09 08:12:57 UTC
++++ include/2.3.6/med.h.in
+@@ -25,11 +25,7 @@ extern "C" {
+ #endif
+
+ #define HDF5_VERSION (H5_VERS_MAJOR * 10000 + H5_VERS_MINOR * 100 + H5_VERS_RELEASE )
+-#if HDF5_VERSION < 10607
+-#define HDF5_SELECT_BUG (const hsize_t **)
+-#else
+ #define HDF5_SELECT_BUG
+-#endif
+
+
+ #define MED_NUM_MAJEUR 2