desktop/wmweather: Pass -fcommon for gcc >= 10.x.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-05-09 20:27:49 +02:00 committed by Robby Workman
parent 7d6b14b33c
commit 79b672e026

View file

@ -51,7 +51,7 @@ find -L . \
-exec chmod 644 {} \;
cd src
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \