Date: Fri, 6 May 2016 19:18:41 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414720 - head/math/matio/files Message-ID: <201605061918.u46JIfon076272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Fri May 6 19:18:41 2016 New Revision: 414720 URL: https://svnweb.freebsd.org/changeset/ports/414720 Log: Fix build with science/hdf5 version 1.10 by specifying that we want to use the version 1.8 API. PR: 209242 Approved by: makc (maintainer) Added: head/math/matio/files/ head/math/matio/files/patch-configure (contents, props changed) Added: head/math/matio/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/matio/files/patch-configure Fri May 6 19:18:41 2016 (r414720) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605061918.u46JIfon076272>