diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-07 23:27:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:18 +0700 |
commit | 468ac5b3b0908e82376907ef0c8ed3a2f1f287fe (patch) | |
tree | 557e4852d03cc30105ea082500f0d2652386204f /multimedia | |
parent | c351aece44f42ba2e32dc0ae176eb431f9ef1668 (diff) |
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')
-rw-r--r-- | multimedia/gstreamer0/gstreamer0.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer0/gstreamer0.SlackBuild b/multimedia/gstreamer0/gstreamer0.SlackBuild index 0c71ad4a8951b..2a3f35b5ee5ed 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" \ |