From 611d4b8519f898d523ca54b097bd1c790cb741b6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Mar 2025 21:13:52 +0100 Subject: core/pacman: build no documentation for now --- core/pacman/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/pacman/PKGBUILD') diff --git a/core/pacman/PKGBUILD b/core/pacman/PKGBUILD index 99b6a18e..6bcbe5fc 100644 --- a/core/pacman/PKGBUILD +++ b/core/pacman/PKGBUILD @@ -45,15 +45,17 @@ if [ "${CARCH}" = "i486" ]; then fi # If this still applies, it only does for i486: -if [ "${CARCH}" = "i486" ]; then +# (while not having Python, it's not working on any CARCH) +#if [ "${CARCH}" = "i486" ]; then # broken Python/asciidoc eval "$( declare -f build | \ sed ' /meson/s/-Ddoc=enabled/-Ddoc=disabled/ + /meson/s/-DDdoxygen=enabled/-DDdoxygen=disabled/ ' )" -fi +#fi # gettext is linked against old ICU verison on i486, use ICU 72 stub if [ "${CARCH}" = "i486" ]; then -- cgit v1.2.3-70-g09d2