diff options
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 |
commit | c71ea9c04e385e3d5463fd89f95478b78c405894 (patch) | |
tree | 392e21dd8865e3cbbf1fd1767d00ef9fe2667e18 /desktop/wmtimer/wmtimer.SlackBuild | |
parent | e8cc45cbc0ac925a86ec224e7a6348a95a7b5fd6 (diff) | |
download | slackbuilds-c71ea9c04e385e3d5463fd89f95478b78c405894.tar.gz |
desktop/wmtimer: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'desktop/wmtimer/wmtimer.SlackBuild')
-rw-r--r-- | desktop/wmtimer/wmtimer.SlackBuild | 2 |
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 |