[100358] trunk/dports/python/py-cairo/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 9 02:32:16 PST 2012


Revision: 100358
          https://trac.macports.org/changeset/100358
Author:   ryandesign at 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
         }
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121209/125ba919/attachment.html>


More information about the macports-changes mailing list