diff options
author | Don Lewis <truckman@FreeBSD.org> | 2016-05-06 19:18:41 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2016-05-06 19:18:41 +0000 |
commit | cf9dbe37166b6eb6c517396b38b21bde26ddce35 (patch) | |
tree | b8fba6e2a579acc0a7b0513b490d0164d27725c1 /math/matio | |
parent | 9e75068d78e1a2b617da557416d6026a3466e44c (diff) |
Notes
Diffstat (limited to 'math/matio')
-rw-r--r-- | math/matio/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/matio/files/patch-configure b/math/matio/files/patch-configure new file mode 100644 index 000000000000..e086230e7dfd --- /dev/null +++ b/math/matio/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2013-07-31 23:52:52 UTC ++++ configure +@@ -14753,7 +14753,7 @@ $as_echo_n "checking for HDF5 software.. + + if test "x$HDF5_DIR" != "x" -a "x$HDF5_DIR" != "xyes" + then +- HDF5_CFLAGS="-I${HDF5_DIR}/include" ++ HDF5_CFLAGS="-I${HDF5_DIR}/include -DH5_USE_18_API" + if test "$acl_libdirstem" != "lib" -a -d "${HDF5_DIR}/$acl_libdirstem" + then + HDF5_LIBS="-L${HDF5_DIR}/$acl_libdirstem -lhdf5" |