Ticket #28810: vim-Portfile.diff

File vim-Portfile.diff, 474 bytes (added by rmstonecipher@…, 13 years ago)

Portfile.diff

  • Portfile

    old new  
    3838    # }
    3939}
    4040
     41# Use MacPorts' default compilers
     42# http://trac.macports.org/wiki/UsingTheRightCompiler
     43patchfiles-append   patch_src_Makefile.diff
     44post-patch {
     45    reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/src/Makefile
     46}
     47
    4148checksums \
    4249  vim-${vim_version}${extract.suffix} \
    4350    md5     5b9510a17074e2b37d8bb38ae09edbf2 \