summaryrefslogtreecommitdiffstats
path: root/source/t/texlive/texlive.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/t/texlive/texlive.SlackBuild')
-rwxr-xr-xsource/t/texlive/texlive.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild
index 5e7bd5664..9402ea38d 100755
--- a/source/t/texlive/texlive.SlackBuild
+++ b/source/t/texlive/texlive.SlackBuild
@@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=texlive
SOURCEVERSION=${SOURCEVERSION:-20180414}
VERSION=${VERSION:-2018.180822}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TMP=${TMP:-/tmp}
PKG=$TMP/package-texlive
@@ -113,7 +113,6 @@ if [ ! "$SYSTEMPOPPLER" = "NO" ]; then
mv -v texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc || exit 1
fi
-# --with-system-harfbuzz requires graphite2 (and harfbuzz linked to it)
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
@@ -153,7 +152,7 @@ cd build
--with-system-mpfr \
--with-system-fontconfig \
--with-system-ncurses \
- --without-system-harfbuzz \
+ --with-system-harfbuzz \
--disable-aleph \
--disable-dump-share \
--disable-linked-scripts \