Ticket #39089: Portfile.diff

File Portfile.diff, 294 bytes (added by jdgleeson, 11 years ago)
  • Portfile

    old new  
    4545    configure.compiler clang
    4646}
    4747
     48if {${configure.compiler} == "gcc-4.0"} {
     49    configure.compiler gcc-4.2
     50}
     51
    4852build.dir       ${configure.dir}
    4953
    5054destroot.dir    ${build.dir}