summaryrefslogtreecommitdiff
path: root/extra/libreoffice-fresh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libreoffice-fresh/PKGBUILD')
-rw-r--r--extra/libreoffice-fresh/PKGBUILD13
1 files changed, 11 insertions, 2 deletions
diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD
index f63df477..0f70119b 100644
--- a/extra/libreoffice-fresh/PKGBUILD
+++ b/extra/libreoffice-fresh/PKGBUILD
@@ -1,5 +1,4 @@
-# see https://bugs.archlinux.org/task/55764
-
+# description missing
eval "$(
declare -f build | \
sed '
@@ -8,3 +7,13 @@ eval "$(
s|--enable-ext-nlpsolver|--disable-ext-nlpsolver|
'
)"
+
+# no coin-ormp on i486 (for now, suitesparse has atomic issues)
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//coin-or-mp/})
+fi
+
+# no KDE/Plasma on i486
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//plasma-framework/})
+fi