From d677f95ad8341c83d4d5eddffd1f68ceba02a294 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Wed, 20 Aug 2025 11:51:14 -0700 Subject: [PATCH] texinfo: add gnulib workaround to fix build --- texinfo/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/texinfo/PKGBUILD b/texinfo/PKGBUILD index cbf6893d..b6ec0e86 100644 --- a/texinfo/PKGBUILD +++ b/texinfo/PKGBUILD @@ -2,7 +2,7 @@ pkgname=('texinfo' 'info' 'texinfo-tex') pkgver=7.2 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" arch=('i686' 'x86_64') url="https://www.gnu.org/software/texinfo/" @@ -52,7 +52,8 @@ build() { --prefix=/usr \ --without-libiconv-prefix \ --without-libintl-prefix \ - --enable-perl-xs + --enable-perl-xs \ + gl_cv_clean_version_stddef=yes make make DESTDIR=${srcdir}/dest install