View | Details | Raw Unified | Return to bug 209242
Collapse All | Expand All

(-)math/matio/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2013-07-31 23:52:52 UTC
2
+++ configure
3
@@ -14753,7 +14753,7 @@ $as_echo_n "checking for HDF5 software..
4
 
5
     if test "x$HDF5_DIR" != "x" -a "x$HDF5_DIR" != "xyes"
6
     then
7
-        HDF5_CFLAGS="-I${HDF5_DIR}/include"
8
+        HDF5_CFLAGS="-I${HDF5_DIR}/include -DH5_USE_18_API"
9
         if test "$acl_libdirstem" != "lib" -a -d "${HDF5_DIR}/$acl_libdirstem"
10
         then
11
             HDF5_LIBS="-L${HDF5_DIR}/$acl_libdirstem -lhdf5"

Return to bug 209242