summaryrefslogtreecommitdiffstats
path: root/source/d/meson/meson.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/meson/meson.SlackBuild')
-rwxr-xr-xsource/d/meson/meson.SlackBuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/d/meson/meson.SlackBuild b/source/d/meson/meson.SlackBuild
index 1da694352..6e0faba19 100755
--- a/source/d/meson/meson.SlackBuild
+++ b/source/d/meson/meson.SlackBuild
@@ -53,11 +53,6 @@ rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
-# Upstream fix for GNOME projects build failures:
-zcat $CWD/39bb5e07eab736b525abfc66eb5ad0dd626aedc6.patch.gz | patch -p1 --verbose || exit 1
-# Needs this as well:
-zcat $CWD/meson.import.copy.diff.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \