audio/mp3splt-gtk: Pass -fcommon for gcc >= 10.x.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-03-06 09:08:34 +01:00 committed by Robby Workman
parent b750b3f462
commit e342108a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \