On Apr 18, 2013, at 2:12 AM, [email protected] wrote: > Revision: 105337 > https://trac.macports.org/changeset/105337 > Author: [email protected] > Date: 2013-04-17 23:12:08 -0700 (Wed, 17 Apr 2013) > Log Message: > ----------- > Re-enables threading for ppc if necessary. > > Modified Paths: > -------------- > trunk/dports/math/atlas/Portfile > > Modified: trunk/dports/math/atlas/Portfile > =================================================================== > --- trunk/dports/math/atlas/Portfile 2013-04-18 00:31:56 UTC (rev 105336) > +++ trunk/dports/math/atlas/Portfile 2013-04-18 06:12:08 UTC (rev 105337) > @@ -333,6 +333,7 @@ > > configure.args-append -t 0 > set no_threads 1 > + exec sed -i bak -E "/.*threads.*/d" ${worksrcpath}/Make.top
Is there some reason you're using "exec sed" for this instead of a copy+reinplace? vq _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
