This repository was archived by the owner on Mar 6, 2023. It is now read-only.
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
306
306
--without-system-freetype2 \
307
307
--without-system-gd \
308
308
--without-system-libpng \
309
+ --without-system-pplib \
309
310
--without-system-poppler \
310
311
--without-system-gmp \
311
312
--without-system-mpfr \
@@ -330,6 +331,7 @@ $MAKE
330
331
(cd libs; $MAKE all )
331
332
(cd libs/zziplib; $MAKE all )
332
333
(cd libs/zlib; $MAKE all )
334
+ (cd libs/pplib; $MAKE all )
333
335
(cd libs/libpng; $MAKE all )
334
336
(cd texk; $MAKE web2c/Makefile)
335
337
(cd texk/kpathsea; $MAKE )
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
334
334
--without-system-freetype2 \
335
335
--without-system-gd \
336
336
--without-system-libpng \
337
+ --without-system-pplib \
337
338
--without-system-poppler \
338
339
--without-system-gmp \
339
340
--without-system-mpfr \
@@ -349,7 +350,6 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
349
350
fi
350
351
351
352
352
-
353
353
$MAKE
354
354
355
355
# the fact that these makes inside libs/ have to be done manually for the cross
@@ -361,6 +361,7 @@ $MAKE
361
361
(cd libs/zziplib; $MAKE all )
362
362
(cd libs/harfbuzz; $MAKE all )
363
363
(cd libs/zlib; $MAKE all )
364
+ (cd libs/pplib; $MAKE all )
364
365
(cd libs/libpng; $MAKE all )
365
366
(cd texk; $MAKE all )
366
367
(cd texk/kpathsea; $MAKE all )
You can’t perform that action at this time.
0 commit comments