From e15afee535ffec38424947ba1c7eb0ada4141fc2 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 5 Sep 2003 07:25:04 +0000 Subject: Fix build on perl 5.005_03 Reported by: Mark Linimon --- textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL (limited to 'textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL') 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', + ); -- cgit v1.2.3