diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-03-11 11:26:44 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-03-11 11:26:44 +0000 |
| commit | bbb42c296f4174d206834d7db518552a233eef3f (patch) | |
| tree | 078dcd1b43b4bc4fe75a9313a4fcc31380533b8e | |
| parent | packaging/macosx: fix bundling of PIL (Pillow) with tkinter support (diff) | |
| download | inkscape-bbb42c296f4174d206834d7db518552a233eef3f.tar.gz inkscape-bbb42c296f4174d206834d7db518552a233eef3f.zip | |
packaging/macosx: include custom port for py-gobject (adds patches to prevent console warnings with pyGtk)
(bzr r13992)
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 807794773..a9c9cd727 100644 --- a/Makefile.am +++ b/Makefile.am @@ -439,6 +439,11 @@ EXTRA_DIST = \ packaging/macosx/ports/lang/python26/files/version.plist \ packaging/macosx/ports/python/py-Pillow/Portfile \ packaging/macosx/ports/python/py-Pillow/files/patch-setup.py.diff \ + packaging/macosx/ports/python/py-gobject/Portfile \ + packaging/macosx/ports/python/py-gobject/files/00git_class_init.patch \ + packaging/macosx/ports/python/py-gobject/files/00git_fix_qdata_warning.patch \ + packaging/macosx/ports/python/py-gobject/files/00git_gio_flag_type.patch \ + packaging/macosx/ports/python/py-gobject/files/patch-pygi-info.c-p1.diff \ packaging/macosx/ports/python/py-numpy/Portfile \ packaging/macosx/ports/python/py-numpy/files/patch-f2py_setup.py.diff \ packaging/macosx/ports/python/py-numpy/files/patch-fcompiler_g95.diff \ |
