summaryrefslogtreecommitdiffstats
path: root/deps/speech-dispatcher/speech-dispatcher.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:57:11 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:57:11 +0200
commit5e188c7c4f6e664a7993c1440cc67d21ae52f01d (patch)
treee0021d65a1fee2451ee466dec0a08887d52ca7b9 /deps/speech-dispatcher/speech-dispatcher.SlackBuild
parent1d62ba06205dcd6d275fa3af6c1b8a7bb6f3428b (diff)
downloadktown-5e188c7c4f6e664a7993c1440cc67d21ae52f01d.tar.gz
ktown-5e188c7c4f6e664a7993c1440cc67d21ae52f01d.tar.xz
Deps: recompiled speech-dispatcher
Diffstat (limited to '')
-rwxr-xr-xdeps/speech-dispatcher/speech-dispatcher.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/speech-dispatcher/speech-dispatcher.SlackBuild b/deps/speech-dispatcher/speech-dispatcher.SlackBuild
index 9119959..21b5b13 100755
--- a/deps/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/deps/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=speech-dispatcher
VERSION=${VERSION:-0.8.8}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
@@ -97,8 +97,8 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--infodir=/usr/info \
--disable-static \
+ --without-flite \
--build=$TARGET || exit 1
- #--without-flite \
make || exit 1
make install DESTDIR=$PKG || exit 1