Re: [32470] trunk/dports/python/py25-gtk/Portfile
3 Jan
2008
3 Jan
'08
1:54 p.m.
On Jan 3, 2008, at 06:03, afb@macports.org wrote:
+platform darwin 9 { + post-patch { + reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/ Makefile.am + reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/ Makefile.in + reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/ gtk/Makefile.am + reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/ gtk/Makefile.in + } +}
reinplace does accept multiple files to patch, so you could just do: reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.am \ ${worksrcpath}/Makefile.in \ ${worksrcpath}/gtk/Makefile.am \ ${worksrcpath}/gtk/Makefile.in
6519
Age (days ago)
6519
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ryan Schmidt