summaryrefslogtreecommitdiffstats
path: root/audio/mp3splt-gtk
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-06 09:08:34 +0100
committer Robby Workman2021-04-18 06:43:44 +0200
commite342108a6cdcb5fbece844df1f9c4dd5042e4002 (patch)
tree547736ea5fb004801af07a67fa9e067dcf0b8abd /audio/mp3splt-gtk
parentb750b3f46227c605ba1686e75e51f5993fedb7d7 (diff)
downloadslackbuilds-e342108a6cdcb5fbece844df1f9c4dd5042e4002.tar.gz
audio/mp3splt-gtk: Pass -fcommon for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt-gtk')
-rw-r--r--audio/mp3splt-gtk/mp3splt-gtk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
index 7a99787933..96e5bf1a02 100644
--- a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
+++ b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
@@ -91,7 +91,7 @@ find -L . \
patch -p1 < $CWD/default_player-r1509.diff
# Disabled audacious support, upstream mp3splt-gtk does not yet support audacious-3.6
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \