Ticket #20985: patch-gmp-ppc.diff

File patch-gmp-ppc.diff, 399 bytes (added by dbevans (David B. Evans), 15 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}