summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL')
-rw-r--r--textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL b/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL
new file mode 100644
index 000000000000..e5e88380764a
--- /dev/null
+++ b/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL
@@ -0,0 +1,9 @@
+--- LibXML/Makefile.PL.orig Fri Sep 5 09:11:38 2003
++++ LibXML/Makefile.PL Fri Sep 5 09:11:56 2003
+@@ -9,5 +9,5 @@
+ print "OK\n";
+ WriteMakefile(
+ 'NAME' => 'XML::SimpleObject::LibXML',
+- 'VERSION_FROM' => 'LibXML.pm', # finds $VERSION
++ 'VERSION' => '0.53',
+ );