Ticket #24802: python26-remove-archflags.diff

File python26-remove-archflags.diff, 607 bytes (added by jmroot (Joshua Root), 14 years ago)
  • Portfile

    Property changes on: .
    ___________________________________________________________________
    Deleted: svn:mergeinfo
    
     
    115115   foreach unversionedFile {idle pydoc python python-config pythonw smtpd.py} {
    116116      delete ${destroot}${prefix}/bin/${unversionedFile}
    117117   }
     118   
     119   # remove -arch flags from the config
     120   reinplace -E {s|-arch [^[:space:]]+||g} \
     121      ${destroot}${framewdir}/lib/python${branch}/config/Makefile
    118122}
    119123
    120124platform darwin {