Skip to content

Commit

Permalink
app-text/texlive-core: fix detection of kpathsea by Michael Weiser, b…
Browse files Browse the repository at this point in the history
…ug #556516

Package-Manager: portage-2.2.20-prefix
  • Loading branch information
grobian committed Aug 10, 2015
1 parent d92be78 commit c6e5be6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-text/texlive-core/texlive-core-2015.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c6e5be6

Please sign in to comment.