mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
perl-XML-LibXML: update to 2.0210.
This commit is contained in:
parent
97ae46ada6
commit
d8306fc39d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'perl-XML-LibXML'
|
||||
pkgname=perl-XML-LibXML
|
||||
version=2.0209
|
||||
revision=2
|
||||
version=2.0210
|
||||
revision=1
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-Alien-Build perl-Alien-Libxml2"
|
||||
makedepends="${hostmakedepends} libxml2-devel perl-XML-SAX perl-XML-NamespaceSupport"
|
||||
|
@ -11,11 +11,11 @@ maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
|||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/XML-LibXML"
|
||||
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=b4a5abbcd689aa2fbbc8b7b45339e961c4984e48108494eb6c282b4748222425
|
||||
checksum=a29bf3f00ab9c9ee04218154e0afc8f799bf23674eb99c1a9ed4de1f4059a48d
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Disable link and execute check for libxml2
|
||||
sed -i Makefile.PL -e"s;_libxml_check_lib('xml2');1;"
|
||||
vsed -i Makefile.PL -e"s;_libxml_check_lib('xml2');1;"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue