summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-07 22:55:43 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitc71ea9c04e385e3d5463fd89f95478b78c405894 (patch)
tree392e21dd8865e3cbbf1fd1767d00ef9fe2667e18 /desktop
parente8cc45cbc0ac925a86ec224e7a6348a95a7b5fd6 (diff)
downloadslackbuilds-c71ea9c04e385e3d5463fd89f95478b78c405894.tar.gz
slackbuilds-c71ea9c04e385e3d5463fd89f95478b78c405894.tar.xz
desktop/wmtimer: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/wmtimer/wmtimer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmtimer/wmtimer.SlackBuild b/desktop/wmtimer/wmtimer.SlackBuild
index 6d70142469..c0f8fb718e 100644
--- a/desktop/wmtimer/wmtimer.SlackBuild
+++ b/desktop/wmtimer/wmtimer.SlackBuild
@@ -74,7 +74,7 @@ find -L . \
# Let's compile!
cd wmtimer
-make
+make CC="gcc -fgnu89-inline $SLKCFLAGS"
# Create bin directory and move executable there
mkdir -p $PKG/usr/bin