xml_parser: bump revision to rebuild against newer perl

This commit is contained in:
Sergei Reznikov
2017-10-23 19:08:36 +03:00
parent 63e56ae879
commit c32a8b45ed

View File

@@ -3,7 +3,7 @@ DESCRIPTION="XML-Parser - A perl module for parsing XML documents."
HOMEPAGE="http://search.cpan.org/~toddr/XML-Parser-2.44/"
COPYRIGHT="1998-2000 Larry Wall and Clark Cooper"
LICENSE="Artistic"
REVISION="3"
REVISION="5"
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-$portVersion.tar.gz"
CHECKSUM_SHA256="1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216"
SOURCE_DIR="XML-Parser-$portVersion"
@@ -35,6 +35,7 @@ BUILD_PREREQUIRES="
BUILD()
{
perl Makefile.PL PREFIX=$prefix
sed -i 's/-fstack-protector//g' Expat/Makefile
make
}