]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
Remove registration process of SAX parser at build
authorgrabba <grabba@pld-linux.org>
Sun, 14 Apr 2002 14:26:19 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXML-Makefile.patch -> 1.1

perl-XML-LibXML-Makefile.patch [new file with mode: 0644]

diff --git a/perl-XML-LibXML-Makefile.patch b/perl-XML-LibXML-Makefile.patch
new file mode 100644 (file)
index 0000000..037254d
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN XML-LibXML-1.40/Makefile.PL XML-LibXML-1.40-grabba/Makefile.PL
+--- XML-LibXML-1.40/Makefile.PL        Wed Mar 13 14:13:08 2002
++++ XML-LibXML-1.40-grabba/Makefile.PL Sun Apr 14 02:39:03 2002
+@@ -119,13 +119,6 @@
+ sub MY::install {
+     package MY;
+     my $script = shift->SUPER::install(@_);
+-    $script =~ s/install :: (.*)$/install :: $1 install_sax_driver/m;
+-    $script .= <<"INSTALL";
+-
+-install_sax_driver :
+-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+- 
+-INSTALL
+  
+     return $script;
+ }
This page took 0.028759 seconds and 4 git commands to generate.