summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 21:20:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-21 21:20:25 +0200
commite6d41172edf4e422b0d2d16346a72f6cdd7462c4 (patch)
tree2e83b95bebcda0c24a768d0308a5147518b220de /extra
parentd97913dbe47eca1d670a5a6322a98ffc968e1a54 (diff)
downloadpackages-e6d41172edf4e422b0d2d16346a72f6cdd7462c4.tar.xz
extra/brltty: using espeak instead of espeak-ng
Diffstat (limited to 'extra')
-rw-r--r--extra/brltty/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index 3aaa9705..b927f2d4 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -13,3 +13,7 @@ if [ "$CARCH" = 'i486' ]; then
'
)"
fi
+
+# -lespeak only on 32-bit? linking against old espeak library..
+makedepends=(${makedepends[@]//espeak-ng/})
+makedepends+=(espeak)