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.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
index b6f0ee30f..9ef0055c3 100755
--- a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -90,6 +90,9 @@ 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" \