Ticket #13958: 0001-py-cairo-leopard-missing-symbol-fix.patch
File 0001-py-cairo-leopard-missing-symbol-fix.patch, 530 bytes (added by jaysoffian@…, 17 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} 14 14 checksums md5 e26e77919b606113f565d70036c1f504 15 15 16 16 depends_lib port:cairo port:py-numeric 17 18 platform 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 }