Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 740590 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-text/texlive-core/texlive-core-2020-r9.ebuild (+3 lines)
Lines 267-272 Link Here
267
267
268
src_compile() {
268
src_compile() {
269
	tc-export CC CXX AR RANLIB
269
	tc-export CC CXX AR RANLIB
270
271
	mv Makefile Makefile.old && sed '1s/^/V=1\n/' Makefile.old > Makefile && rm Makefile.old #injected on 2020-09-05 to solve a compile-time bug
272
270
	emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist}
273
	emake AR="$(tc-getAR)" SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist}
271
274
272
	cd "${B}" || die
275
	cd "${B}" || die

Return to bug 740590