summaryrefslogtreecommitdiff
path: root/core/dbus/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-07 14:18:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-07 14:18:04 +0200
commitc10dff2a984dcc1a64cc003192ef4d330d8238cc (patch)
tree7fc284d77aced015072dc1b98eb28def1bbb453b /core/dbus/PKGBUILD
parentbfefaa13e69ad51a3c22fd376f47ee51ef380bd5 (diff)
downloadpackages-c10dff2a984dcc1a64cc003192ef4d330d8238cc.tar.xz
core/dbus: removed some i486 specific patches
Diffstat (limited to 'core/dbus/PKGBUILD')
-rw-r--r--core/dbus/PKGBUILD13
1 files changed, 1 insertions, 12 deletions
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD
index f2ad0e68..41a96d38 100644
--- a/core/dbus/PKGBUILD
+++ b/core/dbus/PKGBUILD
@@ -1,16 +1,5 @@
# i486-specific
if [ "${CARCH}" = "i486" ]; then
- # no documentation
- makedepends=(${makedepends[@]//docbook-xsl/})
- makedepends=(${makedepends[@]//yelp-tools/})
- makedepends=(${makedepends[@]//doxygen/})
+ # no graphviz generated graphs in documentation
makedepends=(${makedepends[@]//graphviz/})
-
- eval "$(
- declare -f build | \
- sed '
- s/configure/configure --disable-xml-docs --disable-doxygen-docs --disable-ducktype-docs/
- '
- )"
fi
-