ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/patch-postinstall.sh
(Generate patch)

Comparing cvsroot/App-Staticperl/patch-postinstall.sh (file contents):
Revision 1.1 by root, Sat Apr 2 11:00:34 2011 UTC vs.
Revision 1.2 by root, Sat Apr 2 11:26:07 2011 UTC

291i\ 291i\
30use CPAN::MyConfig; # patched by staticperl 30use CPAN::MyConfig; # patched by staticperl
31' 31'
32 32
33# patch ExtUtils::MM_Unix to always search blib for modules 33# patch ExtUtils::MM_Unix to always search blib for modules
34# when building a perl - this works around Pango being misdetected 34# when building a perl - this works around Pango/Gtk2 being misdetected
35# as not being an XS module. 35# as not being an XS module.
36patch ExtUtils/MM_Unix.pm mm_unix_pm ' 36patch ExtUtils/MM_Unix.pm mm_unix_pm '
37/^sub staticmake/,/^}/ s/if (@{$self->{C}}) {/if (@{$self->{C}} or $self->{NAME} =~ m%^(Pango|Gtk2)$%) { # patched by staticperl/ 37/^sub staticmake/,/^}/ s/if (@{$self->{C}}) {/if (@{$self->{C}} or $self->{NAME} =~ m%^(Pango|Gtk2)$%) { # patched by staticperl/
38' 38'
39 39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines