New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20985: patch-gmp-ppc.diff

File patch-gmp-ppc.diff, 399 bytes (added by devans@…, 3 years ago)

Proposed patch for Portfile

  • Portfile

     
    4242# On PowerPC machines, CFLAGS must be empty to get -force_cpusubtype_ALL. 
    4343pre-configure { 
    4444    # Set in pre-configure so any universal flags are removed as well. 
     45    configure.build_arch 
    4546    configure.cflags 
    4647    configure.cxxflags 
    4748}