summaryrefslogtreecommitdiffstats
path: root/network/mumble-server
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-02 20:13:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-06 18:11:15 +0700
commitaa94f5e261b7aa49f752faf23ce292e825a5787a (patch)
tree67d79f860bcbc08137544db07f1f4fe771b2e9c8 /network/mumble-server
parent778c734a76ab60f89f978e6f7b38cc311ceab94d (diff)
downloadslackbuilds-aa94f5e261b7aa49f752faf23ce292e825a5787a.tar.gz
slackbuilds-aa94f5e261b7aa49f752faf23ce292e825a5787a.tar.xz
network/mumble-server: Fix build with new protobuf3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mumble-server')
-rw-r--r--network/mumble-server/mumble-server.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/mumble-server/mumble-server.SlackBuild b/network/mumble-server/mumble-server.SlackBuild
index 499b9aa415..26b486b68c 100644
--- a/network/mumble-server/mumble-server.SlackBuild
+++ b/network/mumble-server/mumble-server.SlackBuild
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -100,6 +97,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+sed -e "s|CMAKE_CXX_STANDARD 14|CMAKE_CXX_STANDARD 17|" -i CMakeLists.txt
mkdir -p build
(cd build