mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/wmSunMoon: Pass -fcommon with the CFLAGS for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
99b623a181
commit
de13cd7657
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ find -L . \
|
|||
cd wmSunMoon
|
||||
mkdir -p $PKG/usr/{bin,man/man1,,man/man7,doc/$PRGNAM-$VERSION}
|
||||
make \
|
||||
COPTS="$SLKCFLAGS" \
|
||||
COPTS="$SLKCFLAGS -fcommon" \
|
||||
INCDIR="-I/usr/include/X11" \
|
||||
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
|
||||
cp -a wmSunMoon $PKG/usr/bin
|
||||
|
|
Loading…
Reference in a new issue