Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/pacman
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-23 23:01:54 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-23 23:01:54 +0300
commit845a8586602cba01d22655f11fe7b91c7eb0107f (patch)
treeac5ab6c37420282e608fae0b9adf713b95cdd420 /core/pacman
parente05c61021a1178f33d556572f95e8d5ddc7254cc (diff)
core/pacman: Re-enable docs for i686/pentium4
Diffstat (limited to 'core/pacman')
-rw-r--r--core/pacman/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/core/pacman/PKGBUILD b/core/pacman/PKGBUILD
index db5f4396..e5966c06 100644
--- a/core/pacman/PKGBUILD
+++ b/core/pacman/PKGBUILD
@@ -42,13 +42,16 @@ if [ "${CARCH}" = "i486" ]; then
)"
fi
+# If this still applies, it only does for i486:
+if [ "${CARCH}" = "i486" ]; then
# broken Python/asciidoc
-eval "$(
- declare -f build | \
- sed '
- /meson/s/-Ddoc=enabled/-Ddoc=disabled/
- '
-)"
+ eval "$(
+ declare -f build | \
+ sed '
+ /meson/s/-Ddoc=enabled/-Ddoc=disabled/
+ '
+ )"
+fi
# gettext is linked against old ICU verison on i486, use ICU 72 stub
if [ "${CARCH}" = "i486" ]; then