texinfo: add gnulib workaround to fix build

This commit is contained in:
Jeremy Drake 2025-08-20 11:51:14 -07:00
parent 4e83327b27
commit d677f95ad8

View File

@ -2,7 +2,7 @@
pkgname=('texinfo' 'info' 'texinfo-tex') pkgname=('texinfo' 'info' 'texinfo-tex')
pkgver=7.2 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" pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/" url="https://www.gnu.org/software/texinfo/"
@ -52,7 +52,8 @@ build() {
--prefix=/usr \ --prefix=/usr \
--without-libiconv-prefix \ --without-libiconv-prefix \
--without-libintl-prefix \ --without-libintl-prefix \
--enable-perl-xs --enable-perl-xs \
gl_cv_clean_version_stddef=yes
make make
make DESTDIR=${srcdir}/dest install make DESTDIR=${srcdir}/dest install