diff --git a/python/py-gtk2/Portfile b/python/py-gtk2/Portfile
index f51e455..018af42 100644
a
|
b
|
depends_lib port:gtk2 port:libglade2 \ |
22 | 22 | platform darwin 7 { |
23 | 23 | configure.env CFLAGS="-I${x11prefix}/include" |
24 | 24 | } |
| 25 | |
| 26 | platform darwin 9 { |
| 27 | post-patch { |
| 28 | reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.am |
| 29 | reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.in |
| 30 | reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.am |
| 31 | reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.in |
| 32 | } |
| 33 | } |