diff options
Diffstat (limited to 'repo/texlive')
-rw-r--r-- | repo/texlive/texlive.xibuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/repo/texlive/texlive.xibuild b/repo/texlive/texlive.xibuild index 2065511..218eb44 100644 --- a/repo/texlive/texlive.xibuild +++ b/repo/texlive/texlive.xibuild @@ -8,6 +8,30 @@ MAKEDEPS="cairo fontconfig freetype2 gd gmp graphite harfbuzz icu libpaper libpn PKG_VER=20220321 SOURCE="https://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/Source/texlive-$PKG_VER-source.tar.xz" +_pdftex=" + amstex + cslatex + csplain + eplain + etex + jadetex + latex + lollipop + mex + mllatex + mltex + pdfcslatex + pdfcsplain + pdfetex + pdfjadetex + pdflatex + pdfmex + pdfxmltex + texsis + utf8mex + xmltex + " + prepare() { sed -i '/AC_SEARCH_LIBS/a KPSE_KPATHSEA_FLAGS' texk/bibtex-x/configure.ac (cd texk/bibtex-x && autoreconf) |