Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/ding-libs/PKGBUILD
blob: 451e64abf869fc424d4a03cb3c5a1dd47ffedc7a (plain)
1
2
3
4
5
6
7
# i486-specific
if [ "${CARCH}" = "i486" ]; then
  # disable documentation
  makedepends=(${makedepends[@]//doxygen/})  

  unset check
fi