Changes between Version 37 and Version 38 of PortfileRecipes


Ignore:
Timestamp:
Apr 9, 2012, 9:43:33 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Add depends_skip_archcheck-append apple-gcc42

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v37 v38  
    285285} elseif {${configure.compiler} == "clang"} {
    286286    depends_build-append port:apple-gcc42
     287    depends_skip_archcheck-append apple-gcc42
    287288    configure.compiler apple-gcc-4.2
    288289}