summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-07 22:55:39 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitba4b4eec80b0b0d65584857d1f36541a652f8256 (patch)
treea5818ce0534115b75a53dff358a12277b8adac0a /desktop
parent663b55eb3f60d265f6c14e43847289a795341b3b (diff)
downloadslackbuilds-ba4b4eec80b0b0d65584857d1f36541a652f8256.tar.gz
slackbuilds-ba4b4eec80b0b0d65584857d1f36541a652f8256.tar.xz
desktop/wmbackground: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/wmbackground/wmbackground.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmbackground/wmbackground.SlackBuild b/desktop/wmbackground/wmbackground.SlackBuild
index 8afdf345e4..1fb3ca54cd 100644
--- a/desktop/wmbackground/wmbackground.SlackBuild
+++ b/desktop/wmbackground/wmbackground.SlackBuild
@@ -54,7 +54,7 @@ find -L . \
cd wmbackground
make \
- FLAGS="$SLKCFLAGS"
+ CC="gcc -fgnu89-inline $SLKCFLAGS"
# Copy executable to the correct location
mkdir -p $PKG/usr/bin