summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer0
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-07 23:27:50 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:18 +0100
commit468ac5b3b0908e82376907ef0c8ed3a2f1f287fe (patch)
tree557e4852d03cc30105ea082500f0d2652386204f /multimedia/gstreamer0
parentc351aece44f42ba2e32dc0ae176eb431f9ef1668 (diff)
downloadslackbuilds-468ac5b3b0908e82376907ef0c8ed3a2f1f287fe.tar.gz
multimedia/gstreamer0: Add a fix for the newer glib2 with gcc-11.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/gstreamer0')
-rw-r--r--multimedia/gstreamer0/gstreamer0.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer0/gstreamer0.SlackBuild b/multimedia/gstreamer0/gstreamer0.SlackBuild
index 0c71ad4a89..2a3f35b5ee 100644
--- a/multimedia/gstreamer0/gstreamer0.SlackBuild
+++ b/multimedia/gstreamer0/gstreamer0.SlackBuild
@@ -86,6 +86,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/gstreamer-0.10.36-bison3.patch || exit 1
+sed -e 's/static volatile gsize gonce_data/static gsize gonce_data/g' -i gst/gstutils.h
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \