diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-07 22:55:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 651e9c7c4244bec7584fefcbe94164ed0b4be023 (patch) | |
tree | b8eb6af022885f26e7c26da0a5af0a9caac51996 /desktop | |
parent | b87cc774e2a77532a8116340f82929f38f534124 (diff) | |
download | slackbuilds-651e9c7c4244bec7584fefcbe94164ed0b4be023.tar.gz |
desktop/wmsm.app: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
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 849343d35c..f11e4996e2 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" \ + CFLAGS="$SLKCFLAGS -fgnu89-inline" \ INCDIR="-I/usr/include/X11" \ LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" # Executable is copied to the correct location |