[147518] trunk/dports/math/matio/Portfile

mf2k at macports.org mf2k at macports.org
Wed Apr 6 09:59:46 PDT 2016


Revision: 147518
          https://trac.macports.org/changeset/147518
Author:   mf2k at macports.org
Date:     2016-04-06 09:59:46 -0700 (Wed, 06 Apr 2016)
Log Message:
-----------
matio: Fix build with HDF5 1.10. (#51074)

Modified Paths:
--------------
    trunk/dports/math/matio/Portfile

Modified: trunk/dports/math/matio/Portfile
===================================================================
--- trunk/dports/math/matio/Portfile	2016-04-06 16:13:27 UTC (rev 147517)
+++ trunk/dports/math/matio/Portfile	2016-04-06 16:59:46 UTC (rev 147518)
@@ -7,7 +7,7 @@
 version                 1.5.3
 
 # handle stealth update. Remove or comment out with nex version update.
-revision                2
+revision                3
 dist_subdir             ${name}/${version}_${revision}
 
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -35,6 +35,8 @@
 
 configure.args          --enable-shared
 
+configure.cflags        -DH5_USE_18_API
+
 pre-destroot {
     system "cd ${worksrcpath}/config && chmod a+x install-sh"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160406/3ca1efeb/attachment.html>


More information about the macports-changes mailing list