svn commit: r414720 - head/math/matio/files

Don Lewis truckman at FreeBSD.org
Fri May 6 19:18:42 UTC 2016


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"


More information about the svn-ports-all mailing list