desktop/wmSun: 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:24:43 +02:00 committed by Robby Workman
parent bf878cd225
commit 95d9ddd59b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ find -L . \
cd wmSun
mkdir -p $PKG/usr/{bin,man/man1}
make \
COPTS="$SLKCFLAGS" \
COPTS="$SLKCFLAGS -fcommon" \
INCDIR="-I/usr/include/X11" \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
make install DESTDIR=$PKG/usr