Ticket #51074: Portfile-matio.diff
File Portfile-matio.diff, 593 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 7 7 version 1.5.3 8 8 9 9 # handle stealth update. Remove or comment out with nex version update. 10 revision 210 revision 3 11 11 dist_subdir ${name}/${version}_${revision} 12 12 13 13 set branch [join [lrange [split ${version} .] 0 1] .] … … 35 35 36 36 configure.args --enable-shared 37 37 38 configure.cflags -DH5_USE_18_API 39 38 40 pre-destroot { 39 41 system "cd ${worksrcpath}/config && chmod a+x install-sh" 40 42 }