diff --git a/pst/typesetting/texlive.xml b/pst/typesetting/texlive.xml
index 8d71386653..915489648e 100644
--- a/pst/typesetting/texlive.xml
+++ b/pst/typesetting/texlive.xml
@@ -34,7 +34,7 @@
is installed at . Here, we use that to rebuild
the compiled programs from source.
- &lfs74_checked;
+ &lfs75_checked;
Package Information
@@ -139,9 +139,8 @@
what was originally installed.
At the moment, these instructions do not rebuild
- xindy which was installed by the binary installer.
- If you wish to rebuild that, please consult
- #4647. Asy and the rest of
+ xindy which was installed by the binary installer,
+ due to a problem with the tarball's install procedure. Asy and the rest of
asymptote is by default not rebuilt, so we have to separately run
configure and make in its directory.
@@ -151,40 +150,43 @@
mkdir texlive-build &&
cd texlive-build &&
-../configure --prefix=/opt/texlive/2013 \
- --bindir=/opt/texlive/2013/bin/x86_64-linux \
- --datarootdir=/opt/texlive/2013 \
- --includedir=/usr/include \
- --infodir=/opt/texlive/2013/texmf-dist/doc/info \
- --libdir=/usr/lib \
- --mandir=/opt/texlive/2013/texmf-dist/doc/man \
- --disable-native-texlive-build \
- --disable-static --enable-shared \
- --with-system-libgs \
- --with-system-poppler \
- --with-system-freetype2 \
- --with-system-fontconfig \
- --with-system-libpng \
- --with-system-icu \
- --with-system-graphite2 \
- --with-system-harfbuzz \
- --with-system-xpdf \
- --with-system-poppler \
- --with-system-cairo \
- --with-system-pixman \
- --with-system-zlib \
- --with-banner-add=" - BLFS" &&
+../configure \
+ --prefix=/opt/texlive/2013 \
+ --bindir=/opt/texlive/2013/bin/x86_64-linux \
+ --datarootdir=/opt/texlive/2013 \
+ --includedir=/usr/include \
+ --infodir=/opt/texlive/2013/texmf-dist/doc/info \
+ --libdir=/usr/lib \
+ --mandir=/opt/texlive/2013/texmf-dist/doc/man \
+ --disable-native-texlive-build \
+ --disable-static --enable-shared \
+ --with-system-libgs \
+ --with-system-poppler \
+ --with-system-freetype2 \
+ --with-system-fontconfig \
+ --with-system-libpng \
+ --with-system-icu \
+ --with-system-graphite2 \
+ --with-system-harfbuzz \
+ --with-system-xpdf \
+ --with-system-poppler \
+ --with-system-cairo \
+ --with-system-pixman \
+ --with-system-zlib \
+ --with-banner-add=" - BLFS" &&
pushd ../utils/asymptote &&
-echo "ac_cv_lib_m_sqrt=yes" >config.cache &&
-echo "ac_cv_lib_z_deflate=yes" >>config.cache &&
-./configure LIBS="-ltirpc " --prefix=/opt/texlive/2013/ \
- --bindir=/opt/texlive/2013/bin/x86_64-linux \
- --enable-texlive-build \
- --datarootdir=/opt/texlive/2013/texmf-dist \
- --infodir=/opt/texlive/2013/texmf-dist/doc/info/ \
- --mandir=/opt/texlive/2013/texmf-dist/doc/man \
- --cache-file=config.cache &&
+ echo "ac_cv_lib_m_sqrt=yes" >config.cache &&
+ echo "ac_cv_lib_z_deflate=yes" >>config.cache &&
+
+./configure LIBS="-ltirpc " \
+ --prefix=/opt/texlive/2013/ \
+ --bindir=/opt/texlive/2013/bin/x86_64-linux \
+ --enable-texlive-build \
+ --datarootdir=/opt/texlive/2013/texmf-dist \
+ --infodir=/opt/texlive/2013/texmf-dist/doc/info \
+ --mandir=/opt/texlive/2013/texmf-dist/doc/man \
+ --cache-file=config.cache &&
popd &&
make &&