Ticket #24802: python26-remove-archflags.diff
File python26-remove-archflags.diff, 607 bytes (added by jmroot (Joshua Root), 15 years ago) |
---|
-
Portfile
Property changes on: . ___________________________________________________________________ Deleted: svn:mergeinfo
115 115 foreach unversionedFile {idle pydoc python python-config pythonw smtpd.py} { 116 116 delete ${destroot}${prefix}/bin/${unversionedFile} 117 117 } 118 119 # remove -arch flags from the config 120 reinplace -E {s|-arch [^[:space:]]+||g} \ 121 ${destroot}${framewdir}/lib/python${branch}/config/Makefile 118 122 } 119 123 120 124 platform darwin {