diff options
Diffstat (limited to 'extra/source')
-rwxr-xr-x | extra/source/brltty/brltty.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/source/brltty/brltty.SlackBuild b/extra/source/brltty/brltty.SlackBuild index 3d1b3e5b..af421805 100755 --- a/extra/source/brltty/brltty.SlackBuild +++ b/extra/source/brltty/brltty.SlackBuild @@ -32,7 +32,7 @@ PKG=/tmp/package-brltty PKGNAM=brltty VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -86,6 +86,8 @@ find . -perm 600 -exec chmod 644 {} \+ --sysconfdir=/etc \ --localstatedir=/var \ --disable-java-bindings \ + --with-espeak_ng=/usr \ + --without-espeak \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || exit 1 |