[57581] trunk/dports/python/py26-cairo/Portfile

raimue at macports.org raimue at macports.org
Sun Sep 13 09:23:27 PDT 2009


Revision: 57581
          http://trac.macports.org/changeset/57581
Author:   raimue at macports.org
Date:     2009-09-13 09:23:23 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
python/py26-cairo:
Fix reinplace on wrong path for Leopard. Blocked installation, not bumping
revision. Overriding maintainer as it was broken.

Modified Paths:
--------------
    trunk/dports/python/py26-cairo/Portfile

Modified: trunk/dports/python/py26-cairo/Portfile
===================================================================
--- 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
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/e21b8630/attachment.html>


More information about the macports-changes mailing list