texlive: rebuild for libpoppler-21.07.0.

Also fix do_patch for move to -Np1 for LuaJIT patches.
This commit is contained in:
Érico Nogueira 2021-07-25 00:21:14 -03:00 committed by Érico Nogueira Rolim
parent 39eee7016c
commit b0b5e21a5c

View file

@ -1,7 +1,7 @@
# Template file for 'texlive'
pkgname=texlive
version=20200406
revision=8
revision=9
wrksrc="texlive-${version}-source"
build_wrksrc="build"
build_style=gnu-configure
@ -150,7 +150,7 @@ post_patch() {
# This patch breaks the build
if [ "$(basename ${i})" != "get-rid-of-luajit-version-sym.patch" ] ; then
msg_normal "patching: $(basename ${i})\n"
patch -sNp0 -i ${i}
patch -sNp1 -i ${i}
fi
done
@ -166,7 +166,7 @@ post_patch() {
for i in ${XBPS_SRCPKGDIR}/LuaJIT/files/patches/${patchdir}/*.patch ; do
msg_normal "patching: $(basename ${i})\n"
patch -sNp0 -i ${i}
patch -sNp1 -i ${i}
done
popd