audio/mp3splt-gtk: Pass -fcommon for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b750b3f462
commit
e342108a6c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue