From ab655c568bd2ae42506c2d907e49fa532fac6092 Mon Sep 17 00:00:00 2001 From: "Juan M. Lasca" Date: Fri, 10 Feb 2023 04:24:41 +0000 Subject: network/gnome-bluetooth: Meson patch. Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- network/gnome-bluetooth/gnome-bluetooth.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'network/gnome-bluetooth/gnome-bluetooth.SlackBuild') diff --git a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild index cab85243ad..d381647dab 100644 --- a/network/gnome-bluetooth/gnome-bluetooth.SlackBuild +++ b/network/gnome-bluetooth/gnome-bluetooth.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-bluetooth VERSION=${VERSION:-3.34.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,6 +77,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 {} \; +# Special thanks to Bob Funk, who kindly pointed this problem out and +# provided a link to the patch fixing it. +cat $CWD/patches/01-meson.patch | patch -p1 || exit + mkdir build cd build CFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3-80-g2a13