Ticket #13958: 0001-py-cairo-leopard-missing-symbol-fix.patch

File 0001-py-cairo-leopard-missing-symbol-fix.patch, 530 bytes (added by jaysoffian@…, 16 years ago)
  • python/py-cairo/Portfile

    diff --git a/python/py-cairo/Portfile b/python/py-cairo/Portfile
    index 185faab..87fb504 100644
    a b distname pycairo-${version} 
    1414checksums       md5 e26e77919b606113f565d70036c1f504
    1515
    1616depends_lib     port:cairo port:py-numeric
     17
     18platform darwin 9 {
     19    post-patch {
     20        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.am
     21        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.in
     22    }
     23}