mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-xml-sax: add missing patch
This commit is contained in:
parent
e9ce35687c
commit
e87bae2859
1 changed files with 46 additions and 0 deletions
46
testing/perl-xml-sax/perl-xml-sax.patch
Normal file
46
testing/perl-xml-sax/perl-xml-sax.patch
Normal file
|
@ -0,0 +1,46 @@
|
|||
--- a/Makefile.PL 2011-09-04 23:37:48.000000000 +0200
|
||||
+++ b/Makefile.PL 2011-10-07 18:12:50.000000000 +0200
|
||||
@@ -12,43 +12,3 @@
|
||||
'XML::NamespaceSupport' => 0.03,
|
||||
},
|
||||
);
|
||||
-
|
||||
-sub MY::install {
|
||||
- package MY;
|
||||
- my $script = shift->SUPER::install(@_);
|
||||
-
|
||||
- # Only modify existing ParserDetails.ini if user agrees
|
||||
-
|
||||
- my $write_ini_ok = 0;
|
||||
-
|
||||
- eval { require XML::SAX };
|
||||
- if ($@) {
|
||||
- $write_ini_ok = 1;
|
||||
- }
|
||||
- else {
|
||||
- my $dir = File::Basename::dirname($INC{'XML/SAX.pm'});
|
||||
- if (-e File::Spec->catfile($dir, 'SAX', 'ParserDetails.ini')) {
|
||||
- $write_ini_ok =
|
||||
- ExtUtils::MakeMaker::prompt(
|
||||
- "Do you want XML::SAX to alter ParserDetails.ini?", "Y"
|
||||
- ) =~ /^y/i;
|
||||
- }
|
||||
- else {
|
||||
- $write_ini_ok = 1;
|
||||
- }
|
||||
- }
|
||||
-
|
||||
- if ($write_ini_ok) {
|
||||
- $script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m;
|
||||
- $script .= <<"INSTALL";
|
||||
-
|
||||
-install_sax_pureperl :
|
||||
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
|
||||
-
|
||||
-INSTALL
|
||||
-
|
||||
- }
|
||||
-
|
||||
- return $script;
|
||||
-}
|
||||
-
|
Loading…
Add table
Add a link
Reference in a new issue