From f11703fc395eee05273dd318a240d592689b349c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 8 Nov 2024 18:03:07 +0000 Subject: [PATCH] extra/texlive-bin to 2024.2-4 --- extra/texlive-bin/.SRCINFO | 2 +- extra/texlive-bin/PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/texlive-bin/.SRCINFO b/extra/texlive-bin/.SRCINFO index d7da529df..cb3e02164 100644 --- a/extra/texlive-bin/.SRCINFO +++ b/extra/texlive-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = texlive-bin pkgver = 2024.2 - pkgrel = 3 + pkgrel = 4 url = https://tug.org/texlive/ arch = x86_64 license = GPL-2.0-or-later diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD index b3d0e99e4..8158402ee 100644 --- a/extra/texlive-bin/PKGBUILD +++ b/extra/texlive-bin/PKGBUILD @@ -11,7 +11,7 @@ pkgname=(texlive-bin libsynctex) pkgver=2024.2 -pkgrel=3 +pkgrel=4 license=(GPL-2.0-or-later) arch=(x86_64) makedepends=(bash @@ -71,6 +71,7 @@ build() { mkdir -p build cd build + CFLAGS=${CFLAGS/FORTIFY_SOURCE=3/FORTIFY_SOURCE=2} # https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-bin/-/issues/3 CFLAGS+=" -Wno-incompatible-pointer-types" \ ax_cv_c_float_words_bigendian=no \ ../configure --prefix=/usr -C \