On 2009-09-13 18:23 , [email protected] wrote: > --- trunk/dports/python/py26-cairo/Portfile 2009-09-13 15:53:37 UTC (rev > 57580) > +++ trunk/dports/python/py26-cairo/Portfile 2009-09-13 16:23:23 UTC (rev > 57581) > @@ -37,7 +37,7 @@ > > platform darwin 9 { > post-patch { > - reinplace "s| -export-symbols-regex.*||g" > ${worksrcpath}/cairo/Makefile.in > + reinplace "s| -export-symbols-regex.*||g" > ${worksrcpath}/src/Makefile.in > } > }
I am not sure if this replace should also be done on other Mac OS X versions. It builds fine for me on Snow Leopard in the current version. Why is this necessary at all? Or should there be a darwin 10 variant with the same replace? Rainer _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
