diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-11-09 21:52:16 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-11-09 21:52:54 +0100 |
commit | 622c2c720bf7acfaa0b91c26b03b70ed96fee4bf (patch) | |
tree | 302fd17c3b40e645184915624cf3a278077995f9 | |
parent | net-proxy/haproxy: Version bump to 1.5.15 and 1.6.2 (diff) | |
download | gentoo-622c2c720bf7acfaa0b91c26b03b70ed96fee4bf.tar.gz gentoo-622c2c720bf7acfaa0b91c26b03b70ed96fee4bf.tar.bz2 gentoo-622c2c720bf7acfaa0b91c26b03b70ed96fee4bf.zip |
dev-libs/libxml2: re-add missing call to eprefixify
Package-Manager: portage-2.2.23
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.2-r3.ebuild (renamed from dev-libs/libxml2/libxml2-2.9.2-r2.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.2-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild index 5501fca74638..e8cdc44d51ce 100644 --- a/dev-libs/libxml2/libxml2-2.9.2-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild @@ -74,6 +74,8 @@ src_prepare() { # Patches needed for prefix support epatch "${FILESDIR}"/${PN}-2.7.1-catalog_path.patch + eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c + # Fix build for Windows platform epatch "${FILESDIR}"/${PN}-2.8.0_rc1-winnt.patch |