Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/dbus/PKGBUILD
blob: 4123575dfc43afae68126d138eab0f9776cd425b (plain)
1
2
3
4
5
6
7
8
9
10
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