diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 12:17:04 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-19 12:17:04 +0000 |
commit | 5060be50b2e51f418f6a578571711642c20068c9 (patch) | |
tree | 41dfe2d437d8e25bdb698aea3253e0900bdb8abd | |
parent | 6b389928902af0b5d2c75e37c5e87bb865aa606f (diff) | |
download | packages-5060be50b2e51f418f6a578571711642c20068c9.tar.xz |
core/groff: added i486-specific patch
-rw-r--r-- | core/groff/PKGBUILD | 7 |
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 |