Ticket #49128: PortGroup-compilers-1.0.tcl.patch

File PortGroup-compilers-1.0.tcl.patch, 571 bytes (added by dliessi (Davide Liessi), 9 years ago)
  • compilers-1.0.tcl

    old new set cdb(llvm,f90) "" 
    149149# we don't need gfortran when we are in an "only-fortran" mode
    150150set cdb(gfortran,variant)  gfortran
    151151set cdb(gfortran,compiler) gfortran
    152 set cdb(gfortran,descrip)  "Fortran compiler from gcc49"
     152set cdb(gfortran,descrip)  "$cdb(${compilers.gcc_default},descrip) Fortran"
    153153set cdb(gfortran,depends)  $cdb(${compilers.gcc_default},depends)
    154154set cdb(gfortran,dependsl) $cdb(${compilers.gcc_default},dependsl)
    155155set cdb(gfortran,dependsd) $cdb(${compilers.gcc_default},dependsd)