Ticket #13958: 0002-py-gobject-leopard-missing-symbol-fix.patch
File 0002-py-gobject-leopard-missing-symbol-fix.patch, 558 bytes (added by jaysoffian@…, 17 years ago) |
---|
-
python/py-gobject/Portfile
diff --git a/python/py-gobject/Portfile b/python/py-gobject/Portfile index c6a0f53..003de10 100644
a b checksums md5 009986021225b7ea6e0ba848707785af 23 23 patchfiles pygobject-init-v3.diff 24 24 25 25 depends_lib port:glib2 port:libxslt port:python24 26 27 platform darwin 9 { 28 post-patch { 29 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.am 30 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.in 31 } 32 }