summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 12:17:04 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 12:17:04 +0000
commit5060be50b2e51f418f6a578571711642c20068c9 (patch)
tree41dfe2d437d8e25bdb698aea3253e0900bdb8abd /core
parent6b389928902af0b5d2c75e37c5e87bb865aa606f (diff)
downloadpackages-5060be50b2e51f418f6a578571711642c20068c9.tar.xz
core/groff: added i486-specific patch
Diffstat (limited to 'core')
-rw-r--r--core/groff/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD
new file mode 100644
index 00000000..bae91e24
--- /dev/null
+++ b/core/groff/PKGBUILD
@@ -0,0 +1,7 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # no optional dependencies for gross, especially no dependency on X
+ makedepends=(${makedepends[@]//netpbm/})
+ makedepends=(${makedepends[@]//psutils/})
+ makedepends=(${makedepends[@]//libxaw/})
+fi