Ticket #51074: Portfile-matio.diff

File Portfile-matio.diff, 593 bytes (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    77version                 1.5.3
    88
    99# handle stealth update. Remove or comment out with nex version update.
    10 revision                2
     10revision                3
    1111dist_subdir             ${name}/${version}_${revision}
    1212
    1313set branch              [join [lrange [split ${version} .] 0 1] .]
     
    3535
    3636configure.args          --enable-shared
    3737
     38configure.cflags        -DH5_USE_18_API
     39
    3840pre-destroot {
    3941    system "cd ${worksrcpath}/config && chmod a+x install-sh"
    4042}