diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-05-09 20:26:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:02 -0500 |
commit | ccf3bc0f184ca96c8413f84ca3296841fbcaa2f3 (patch) | |
tree | 7a6f14c4c3f00d1c6c0328a8d024bfc048d6fd76 /desktop | |
parent | c93de743a32688f6a6c4fcad6774285a0a6e4cdd (diff) | |
download | slackbuilds-ccf3bc0f184ca96c8413f84ca3296841fbcaa2f3.tar.gz |
desktop/wmsm.app: Pass -fcommon for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmsm.app/wmsm.app.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmsm.app/wmsm.app.SlackBuild b/desktop/wmsm.app/wmsm.app.SlackBuild index f11e4996e2..9c4f7eb1f1 100644 --- a/desktop/wmsm.app/wmsm.app.SlackBuild +++ b/desktop/wmsm.app/wmsm.app.SlackBuild @@ -54,7 +54,7 @@ find -L . \ cd wmsm make \ - CFLAGS="$SLKCFLAGS -fgnu89-inline" \ + CFLAGS="$SLKCFLAGS -fgnu89-inline -fcommon" \ INCDIR="-I/usr/include/X11" \ LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" # Executable is copied to the correct location |