summaryrefslogtreecommitdiff
path: root/core/groff/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-06 19:40:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-06 19:40:18 +0200
commit555e45fd2c7e1e827d8915e2a3befbaa0889952e (patch)
tree989f7ccd5101868d4cfeed92574a6dc3a70096fd /core/groff/PKGBUILD
parenta5644ff5e7d24a86103c6b23b2a9204964456047 (diff)
downloadpackages-555e45fd2c7e1e827d8915e2a3befbaa0889952e.tar.xz
core/groff: minimalizerd i486 bootstrapping dependencies
Diffstat (limited to 'core/groff/PKGBUILD')
-rw-r--r--core/groff/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD
index 010083bb..457c89e6 100644
--- a/core/groff/PKGBUILD
+++ b/core/groff/PKGBUILD
@@ -2,13 +2,5 @@
if [ "${CARCH}" = "i486" ]; then
# no optional dependencies
makedepends=(${makedepends[@]//psutils/})
- makedepends=(${makedepends[@]//doxygen/})
-
- eval "$(
- declare -f build | \
- sed '
- s/configure/configure --disable-xml-docs --disable-doxygen-docs --disable-ducktype-docs/
- '
- )"
fi