Changes between Version 35 and Version 36 of PortfileRecipes


Ignore:
Timestamp:
Jan 24, 2012, 10:23:03 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

whitespace

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v35 v36  
    282282{{{
    283283if {${configure.compiler} == "llvm-gcc-4.2"} {
    284    configure.compiler gcc-4.2
     284    configure.compiler gcc-4.2
    285285} elseif {${configure.compiler} == "clang"} {
    286    depends_build-append port:apple-gcc42
    287    configure.compiler apple-gcc-4.2
    288    # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
    289    configure.cxx ${prefix}/bin/g++-apple-4.2
     286    depends_build-append port:apple-gcc42
     287    configure.compiler apple-gcc-4.2
     288    # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
     289    configure.cxx ${prefix}/bin/g++-apple-4.2
    290290}
    291291}}}