summaryrefslogtreecommitdiffstats
path: root/desktop/wmtime
diff options
context:
space:
mode:
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
commite8cc45cbc0ac925a86ec224e7a6348a95a7b5fd6 (patch)
treefa389f16604139aa9fe94f37b2a0fe9ed08e9b4a /desktop/wmtime
parent651e9c7c4244bec7584fefcbe94164ed0b4be023 (diff)
downloadslackbuilds-e8cc45cbc0ac925a86ec224e7a6348a95a7b5fd6.tar.gz
slackbuilds-e8cc45cbc0ac925a86ec224e7a6348a95a7b5fd6.tar.xz
desktop/wmtime: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'desktop/wmtime')
-rw-r--r--desktop/wmtime/wmtime.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmtime/wmtime.SlackBuild b/desktop/wmtime/wmtime.SlackBuild
index 8bac920de2..46ac029534 100644
--- a/desktop/wmtime/wmtime.SlackBuild
+++ b/desktop/wmtime/wmtime.SlackBuild
@@ -52,7 +52,7 @@ find -L . \
-exec chmod 644 {} \;
cd $PRGNAM
-sed -i "s/cc -c/cc -c $SLKCFLAGS/" Makefile
+sed -i "s/cc -c/cc -c -fgnu89-inline $SLKCFLAGS/" Makefile
make
mkdir -p $PKG/usr/bin
cp -a wmtime $PKG/usr/bin