summaryrefslogtreecommitdiff
path: root/core/ding-libs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/ding-libs/PKGBUILD')
-rw-r--r--core/ding-libs/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/ding-libs/PKGBUILD b/core/ding-libs/PKGBUILD
new file mode 100644
index 00000000..d609efe0
--- /dev/null
+++ b/core/ding-libs/PKGBUILD
@@ -0,0 +1,5 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # disable documentation
+ makedepends=(${makedepends[@]//doxygen/})
+fi