Ticket #14051: Portfile-arj.diff

File Portfile-arj.diff, 895 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • Portfile

     
    1111master_sites    sourceforge:arj
    1212checksums       md5 f263bf3cf6d42a8b7e85b4fb514336d3
    1313depends_build   port:autoconf
     14depends_lib     port:libtool
    1415use_autoconf    yes
    1516autoconf.dir    gnu
    1617configure.dir   ${autoconf.dir}
    1718
    18 # Hack: copy Xcode-provided config.guess and config.sub into source tree so that
    19 # it can properly guess the system type
    2019post-extract {
    21     copy -force /usr/share/libtool/config.guess ${worksrcpath}/${autoconf.dir}
    22     copy -force /usr/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
     20    copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
    2321}
    2422
    2523patchfiles      patch-conifgure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c