Changes between Version 32 and Version 33 of PortfileRecipes


Ignore:
Timestamp:
Oct 21, 2011, 11:19:20 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

set configure.cxx when depending on apple-gcc42 to work around #31709

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v32 v33  
    285285        depends_build-append port:apple-gcc42
    286286        configure.compiler apple-gcc-4.2
     287        # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
     288        configure.cxx ${prefix}/bin/g++-apple-4.2
    287289    }
    288290}