summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2015-08-10 20:45:40 +0200
committerFabian Groffen <grobian@gentoo.org>2015-08-10 21:00:54 +0200
commitc6e5be6f731d39876e57ec19ff4c3ac6a7a13a07 (patch)
tree3893b3d20cf1d9af714ca535380437900208dd77 /app-text/texlive-core
parentdev-python/pillow: Remove old (diff)
downloadgentoo-c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07.tar.gz
gentoo-c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07.tar.bz2
gentoo-c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07.zip
app-text/texlive-core: fix detection of kpathsea by Michael Weiser, bug #556516
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/texlive-core-2015.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2015.ebuild b/app-text/texlive-core/texlive-core-2015.ebuild
index 43894fc0e651..2fb0f87f45d8 100644
--- a/app-text/texlive-core/texlive-core-2015.ebuild
+++ b/app-text/texlive-core/texlive-core-2015.ebuild
@@ -157,6 +157,10 @@ src_prepare() {
#EPATCH_MULTI_MSG="Applying patches from upstream bugfix branch..." EPATCH_SUFFIX="patch" epatch "${WORKDIR}/gentoo_branch2011_patches"
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+ sed -i \
+ -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${EPREFIX}/usr/include\"," \
+ texk/web2c/configure || die
+
elibtoolize
}