summaryrefslogtreecommitdiffstats
path: root/desktop/mutter/mutter.SlackBuild
diff options
context:
space:
mode:
author Bob Funk <bobfunk11@gmail.com>2023-02-09 22:41:57 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:35 +0700
commit05a73a097c7939fac9bea24549ad8271ebbd33f0 (patch)
tree3cd375756ba403ecff2f1ee636f3d246906943a3 /desktop/mutter/mutter.SlackBuild
parenteb27a7564b523fef3798f6536b32ac40650bf45d (diff)
downloadslackbuilds-05a73a097c7939fac9bea24549ad8271ebbd33f0.tar.gz
slackbuilds-05a73a097c7939fac9bea24549ad8271ebbd33f0.tar.xz
desktop/mutter: Meson patch.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mutter/mutter.SlackBuild')
-rw-r--r--desktop/mutter/mutter.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/mutter/mutter.SlackBuild b/desktop/mutter/mutter.SlackBuild
index ac89da086a..d57ff05fa9 100644
--- a/desktop/mutter/mutter.SlackBuild
+++ b/desktop/mutter/mutter.SlackBuild
@@ -76,6 +76,10 @@ 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 {} \;
+# Patch to remove catchsegv dependency from meson.build, which has been
+# removed in newer glibc releases (i.e. allows building on -current).
+patch -Np1 -i $CWD/2294.patch
+
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \