From 1255b1730cb3fa3cf41ae2a9270bdef6a37bd45b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 19 Apr 2024 11:17:35 +0200 Subject: core/dbus: build on i486 without breaking documentation --- core/dbus/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/dbus/PKGBUILD diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD new file mode 100644 index 00000000..4123575d --- /dev/null +++ b/core/dbus/PKGBUILD @@ -0,0 +1,11 @@ +# Disable documentation on i486, it just fails everywhere +if [ "${CARCH}" = "i486" ]; then + eval "$( + declare -f build | \ + sed ' + s/--enable-xml-docs/--disable-xml-docs/ + s/--enable-doxygen-docs/--disable-doxygen-docs/ + s/--enable-ducktype-docs/--disable-ducktype-docs/ + ' + )" +fi -- cgit v1.2.3-54-g00ecf