summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-14 06:45:32 +0000
committerSam James <sam@gentoo.org>2021-12-14 06:45:32 +0000
commitbc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec (patch)
tree44074980f3a58ee942847cb2c842cc7c2fd7f398
parentdev-perl/RPC-XML: Revert "Remove old", drop 0.820.0 back to ~arch (diff)
downloadgentoo-bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec.tar.gz
gentoo-bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec.tar.bz2
gentoo-bc89e9852b2fc28dc40e0ed8c2e9ff42cc74b3ec.zip
dev-perl/XML-Parser: use ESYSROOT for finding Expat
Not that it should make any difference to the bug, but still. This is more correct for --root and such. Bug: https://bugs.gentoo.org/827966 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild b/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild
index 0e7e8c4930ae..3399aa644cb6 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.460.0-r2.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
}
src_configure() {
- myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include"
+ myconf="EXPATLIBPATH=${ESYSROOT}/usr/$(get_libdir) EXPATINCPATH=${ESYSROOT}/usr/include"
perl-module_src_configure
}