Ticket #13782: Portfile-py25-gtk.diff
File Portfile-py25-gtk.diff, 731 bytes (added by gui-dos (Guido Soranzio), 17 years ago) |
---|
-
Portfile
old new 29 29 port:py25-cairo \ 30 30 port:py25-gobject 31 31 32 configure.env PYTHON=python2.5 33 configure.args --disable-glibtest 32 configure.python ${prefix}/bin/python2.5 33 34 platform darwin 9 { 35 post-extract { 36 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.am 37 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.in 38 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.am 39 reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.in 40 } 41 } 34 42 35 43 platform darwin 7 { 36 44 configure.cflags-append -I${x11prefix}/include