summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-10-30 18:27:50 -0400
committerMatt Turner <mattst88@gentoo.org>2020-10-30 18:33:53 -0400
commitffcf01ad268f711faa94fcb5f7d5b3e22ad4a567 (patch)
treee204f27bc574a14d4bff41caaec1274fa2bea366 /dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
parentdev-util/catalyst: Remove python3_7 (diff)
downloadgentoo-ffcf01ad268f711faa94fcb5f7d5b3e22ad4a567.tar.gz
gentoo-ffcf01ad268f711faa94fcb5f7d5b3e22ad4a567.tar.bz2
gentoo-ffcf01ad268f711faa94fcb5f7d5b3e22ad4a567.zip
dev-libs/libxml2: Add patch to fix build with icu-68.1
Closes: https://bugs.gentoo.org/751922 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2/libxml2-2.9.10-r3.ebuild')
-rw-r--r--dev-libs/libxml2/libxml2-2.9.10-r3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
index 360bcffb2024..916abdd469c6 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
@@ -78,6 +78,8 @@ src_prepare() {
# Patches needed for prefix support
eapply "${FILESDIR}"/${PN}-2.7.1-catalog_path.patch
+ eapply "${FILESDIR}"/${P}-remove-TRUE.patch
+
eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c
# Fix build for Windows platform