Ticket #17833: arj.diff

File arj.diff, 787 bytes (added by blb@…, 15 years ago)

diff to arj Porfile

  • Portfile

     
    1717configure.dir   ${autoconf.dir}
    1818
    1919post-extract {
    20     copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
     20    if {[file exists ${prefix}/share/libtool/config/config.guess]} {
     21        copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/config.sub ${worksrcpath}/${autoconf.dir}
     22    } else {
     23        copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
     24    }
    2125}
    2226
    2327patchfiles      patch-conifgure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c