summaryrefslogtreecommitdiffstats
path: root/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/speech-dispatcher/speech-dispatcher.SlackBuild')
-rwxr-xr-xsource/l/speech-dispatcher/speech-dispatcher.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
index 28b76fcdd..384fd8a81 100755
--- a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=speech-dispatcher
SRCNAM=speech-dispatcher
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
@@ -90,9 +90,6 @@ find -L . \
sed -i "s/cicero //g" configure.ac
sed -i "s/sd_cicero//g" src/modules/Makefile.am
-# Fix build with glib-2.68.0:
-zcat $CWD/a2faab416e42cbdf3d73f98578a89eb7a235e25a.patch.gz | patch -p1 --verbose || exit 1
-
autoreconf -vif || exit 1
CFLAGS="$SLKCFLAGS" \