Revision: 100358 https://trac.macports.org/changeset/100358 Author: ryandesign@macports.org Date: 2012-12-09 02:32:16 -0800 (Sun, 09 Dec 2012) Log Message: ----------- py-cairo: fix path in Leopard patch (#37247) Modified Paths: -------------- trunk/dports/python/py-cairo/Portfile Modified: trunk/dports/python/py-cairo/Portfile =================================================================== --- trunk/dports/python/py-cairo/Portfile 2012-12-09 10:29:03 UTC (rev 100357) +++ trunk/dports/python/py-cairo/Portfile 2012-12-09 10:32:16 UTC (rev 100358) @@ -51,7 +51,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 } }