diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/texlive-core-2015.ebuild | 4 |
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 } |