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

Comparing App-Staticperl/patch-postinstall.sh (file contents):
Revision 1.5 by root, Mon Mar 5 07:20:46 2012 UTC vs.
Revision 1.6 by root, Wed Apr 18 12:42:09 2012 UTC

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
40# patch ExtUtils::MM_Any *temporarily* because it breaks Pod::Parser
41patch ExtUtils/MM_Any.pm mm_any_pm '
42/^sub metafile_data/ a\
43 return; # patched by staticperl
44'
45
46# patch ExtUtils::Miniperl to always add DynaLoader 40# patch ExtUtils::Miniperl to always add DynaLoader
47# this is required for dynamic loading in static perls, 41# this is required for dynamic loading in static perls,
48# and static loading in dynamic perls, when rebuilding a new perl. 42# and static loading in dynamic perls, when rebuilding a new perl.
49# Why this patch is necessray I don't understand. Yup. 43# Why this patch is necessray I don't understand. Yup.
50patch ExtUtils/Miniperl.pm extutils_miniperl.pm ' 44patch ExtUtils/Miniperl.pm extutils_miniperl.pm '

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines