summaryrefslogtreecommitdiffstats
path: root/network/mumble/mumble.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-11-02 09:32:55 +0100
committer Matteo Bernardini2019-11-02 09:32:55 +0100
commita5dc6f94e982a5133196f66fb2d33756063bbe57 (patch)
treeea496620a3bb4185e47b08377b9c82c640f8058c /network/mumble/mumble.SlackBuild
parent833a418a9448f32874014c89bf70b7f065bdb220 (diff)
downloadslackbuilds-current-20191102.1.tar.gz
20191102.1 global branch merge.current-20191102.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/mumble/mumble.SlackBuild')
-rw-r--r--network/mumble/mumble.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/mumble/mumble.SlackBuild b/network/mumble/mumble.SlackBuild
index 9de8dc9468..08a665cc71 100644
--- a/network/mumble/mumble.SlackBuild
+++ b/network/mumble/mumble.SlackBuild
@@ -92,6 +92,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# From upstream, needed for the newer boost
+patch -p1 < $CWD/boost-1.66.patch
+
# Mumble won't find the speechd header without this
patch -p1 < $CWD/libspeechd_header.patch