diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 07:25:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 07:25:04 +0000 |
commit | e15afee535ffec38424947ba1c7eb0ada4141fc2 (patch) | |
tree | 563a5f91ae0809c62bd3613674f6becd0ca1ffab /textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL | |
parent | LD_LIBRARYN32_PATH -> LD_LIBRARY_PATH (diff) |
Fix build on perl 5.005_03
Reported by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=88580
Diffstat (limited to 'textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL')
-rw-r--r-- | textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL | 9 |
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', + ); |